Skip to content

Commit 1223008

Browse files
authored
fix typo (missing space) (#45564)
1 parent 93f2085 commit 1223008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/fundamentals/runtime-libraries/system-uri.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ Uri baseUri = new Uri(@"\\host\share\some\directory\name\");
154154

155155
## Performance considerations
156156

157-
If you use a *Web.config*file that contains URIs to initialize your application, additional time is required to process the URIs if their scheme identifiers are nonstandard. In such a case, initialize the affected parts of your application when the URIs are needed, not at start time.
157+
If you use a *Web.config* file that contains URIs to initialize your application, additional time is required to process the URIs if their scheme identifiers are nonstandard. In such a case, initialize the affected parts of your application when the URIs are needed, not at start time.

0 commit comments

Comments
 (0)