Skip to content

Commit 83e0de3

Browse files
authored
Merge pull request #10872 from changeworld/patch-3
Fix typo: atrribute -> attribute
2 parents ca2e738 + 37ed4a1 commit 83e0de3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/snippets/csharp/VS_Snippets_ProTools/data_wpfwcf/cs/web.debug.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--
77
In the example below, the "SetAttributes" transform will change the value of
88
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9-
finds an atrribute "name" that has a value of "MyDB".
9+
finds an attribute "name" that has a value of "MyDB".
1010
1111
<connectionStrings>
1212
<add name="MyDB"

docs/snippets/csharp/VS_Snippets_ProTools/data_wpfwcf/cs/web.release.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--
77
In the example below, the "SetAttributes" transform will change the value of
88
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9-
finds an atrribute "name" that has a value of "MyDB".
9+
finds an attribute "name" that has a value of "MyDB".
1010
1111
<connectionStrings>
1212
<add name="MyDB"

docs/snippets/visualbasic/VS_Snippets_ProTools/data_wpfwcf/vb/web.debug.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--
77
In the example below, the "SetAttributes" transform will change the value of
88
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9-
finds an atrribute "name" that has a value of "MyDB".
9+
finds an attribute "name" that has a value of "MyDB".
1010
1111
<connectionStrings>
1212
<add name="MyDB"

docs/snippets/visualbasic/VS_Snippets_ProTools/data_wpfwcf/vb/web.release.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--
77
In the example below, the "SetAttributes" transform will change the value of
88
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9-
finds an atrribute "name" that has a value of "MyDB".
9+
finds an attribute "name" that has a value of "MyDB".
1010
1111
<connectionStrings>
1212
<add name="MyDB"

0 commit comments

Comments
 (0)