Skip to content

Commit b024912

Browse files
authored
Missing Quotation in UrlsSection Example (#3813)
1 parent 8c8cbf9 commit b024912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Configuration/ConfigurationElementCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</configSections>
7272
<MyUrls>
7373
<urls>
74-
<add name="Contoso" url="http://www.contoso.com" port="4040 />
74+
<add name="Contoso" url="http://www.contoso.com" port="4040" />
7575
</urls>
7676
</MyUrls>
7777
</configuration

0 commit comments

Comments
 (0)