Skip to content

Commit fb26a8f

Browse files
Merge pull request #1299 from matt9ucci/patch-1
Fix typo in about_Hash_Tables.md
2 parents a2cf9fc + bf19cb6 commit fb26a8f

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)