Skip to content

Commit bf19cb6

Browse files
committed
Fix typo in about_Hash_Tables.md
OrderedDictiory -> OrderedDictionary
1 parent cc49efb commit bf19cb6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

reference/3.0/Microsoft.PowerShell.Core/About/about_Hash_Tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $hash = @{ Number = 1; Shape = "Square"; Color = "Blue"}
8585

8686

8787
### Creating Ordered Dictionaries
88-
You can create an ordered dictionary by adding an object of the OrderedDictiory type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
88+
You can create an ordered dictionary by adding an object of the OrderedDictionary type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
8989

9090
The [ordered] attribute is introduced in Windows PowerShell 3.0.
9191

reference/4.0/Microsoft.PowerShell.Core/About/about_Hash_Tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $hash = @{ Number = 1; Shape = "Square"; Color = "Blue"}
8585

8686

8787
### Creating Ordered Dictionaries
88-
You can create an ordered dictionary by adding an object of the OrderedDictiory type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
88+
You can create an ordered dictionary by adding an object of the OrderedDictionary type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
8989

9090
The [ordered] attribute is introduced in Windows PowerShell 3.0.
9191

reference/5.0/Microsoft.PowerShell.Core/About/about_Hash_Tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $hash = @{ Number = 1; Shape = "Square"; Color = "Blue"}
8585

8686

8787
### Creating Ordered Dictionaries
88-
You can create an ordered dictionary by adding an object of the OrderedDictiory type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
88+
You can create an ordered dictionary by adding an object of the OrderedDictionary type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
8989

9090
The [ordered] attribute is introduced in Windows PowerShell 3.0.
9191

reference/5.1/Microsoft.PowerShell.Core/About/about_Hash_Tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $hash = @{ Number = 1; Shape = "Square"; Color = "Blue"}
8585

8686

8787
### Creating Ordered Dictionaries
88-
You can create an ordered dictionary by adding an object of the OrderedDictiory type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
88+
You can create an ordered dictionary by adding an object of the OrderedDictionary type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
8989

9090
The [ordered] attribute is introduced in Windows PowerShell 3.0.
9191

reference/6/About/about_Hash_Tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $hash = @{ Number = 1; Shape = "Square"; Color = "Blue"}
8585

8686

8787
### Creating Ordered Dictionaries
88-
You can create an ordered dictionary by adding an object of the OrderedDictiory type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
88+
You can create an ordered dictionary by adding an object of the OrderedDictionary type, but the easiest way to create an ordered dictionary is use the [Ordered] attribute.
8989

9090
The [ordered] attribute is introduced in Windows PowerShell 3.0.
9191

0 commit comments

Comments
 (0)