Skip to content

Commit 314b61e

Browse files
authored
Fix typos (#10863)
1 parent a1d2be5 commit 314b61e

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variables. For more information, see
3131

3232
To resolve types from a .NET namespace:
3333

34-
```
34+
```Syntax
3535
using namespace <.NET-namespace>
3636
```
3737

@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868

6969
To load classes and enumerations from a PowerShell module:
7070

71-
```
71+
```Syntax
7272
using module <module-name>
7373
```
7474

@@ -136,8 +136,8 @@ $deck.Shuffle()
136136

137137
## Assembly syntax
138138

139-
The following syntax preloads .NET types from that assembly into a script at
140-
the beginning of execution. You must use a fully-qualified path to the assembly
139+
The following syntax loads .NET types from an assembly into a script at the
140+
beginning of execution. You must use a fully-qualified path to the assembly
141141
file.
142142

143143
```Syntax

reference/7.2/Microsoft.PowerShell.Core/About/about_Using.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variables. For more information, see
3131

3232
To resolve types from a .NET namespace:
3333

34-
```
34+
```Syntax
3535
using namespace <.NET-namespace>
3636
```
3737

@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868

6969
To load classes and enumerations from a PowerShell module:
7070

71-
```
71+
```Syntax
7272
using module <module-name>
7373
```
7474

@@ -136,8 +136,8 @@ $deck.Shuffle()
136136

137137
## Assembly syntax
138138

139-
The following syntax preloads .NET types from that assembly into a script at
140-
the beginning of execution. You must use a fully-qualified path to the assembly
139+
The following syntax loads .NET types from an assembly into a script at the
140+
beginning of execution. You must use a fully-qualified path to the assembly
141141
file.
142142

143143
```Syntax

reference/7.3/Microsoft.PowerShell.Core/About/about_Using.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variables. For more information, see
3131

3232
To resolve types from a .NET namespace:
3333

34-
```
34+
```Syntax
3535
using namespace <.NET-namespace>
3636
```
3737

@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868

6969
To load classes and enumerations from a PowerShell module:
7070

71-
```
71+
```Syntax
7272
using module <module-name>
7373
```
7474

@@ -136,8 +136,8 @@ $deck.Shuffle()
136136

137137
## Assembly syntax
138138

139-
The following syntax preloads .NET types from that assembly into a script at
140-
the beginning of execution. You must use a fully-qualified path to the assembly
139+
The following syntax loads .NET types from an assembly into a script at the
140+
beginning of execution. You must use a fully-qualified path to the assembly
141141
file.
142142

143143
```Syntax

reference/7.4/Microsoft.PowerShell.Core/About/about_Using.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variables. For more information, see
3131

3232
To resolve types from a .NET namespace:
3333

34-
```
34+
```Syntax
3535
using namespace <.NET-namespace>
3636
```
3737

@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868

6969
To load classes and enumerations from a PowerShell module:
7070

71-
```
71+
```Syntax
7272
using module <module-name>
7373
```
7474

@@ -136,8 +136,8 @@ $deck.Shuffle()
136136

137137
## Assembly syntax
138138

139-
The following syntax preloads .NET types from that assembly into a script at
140-
the beginning of execution. You must use a fully-qualified path to the assembly
139+
The following syntax loads .NET types from an assembly into a script at the
140+
beginning of execution. You must use a fully-qualified path to the assembly
141141
file.
142142

143143
```Syntax

reference/7.5/Microsoft.PowerShell.Core/About/about_Using.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variables. For more information, see
3131

3232
To resolve types from a .NET namespace:
3333

34-
```
34+
```Syntax
3535
using namespace <.NET-namespace>
3636
```
3737

@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868

6969
To load classes and enumerations from a PowerShell module:
7070

71-
```
71+
```Syntax
7272
using module <module-name>
7373
```
7474

@@ -136,8 +136,8 @@ $deck.Shuffle()
136136

137137
## Assembly syntax
138138

139-
The following syntax preloads .NET types from that assembly into a script at
140-
the beginning of execution. You must use a fully-qualified path to the assembly
139+
The following syntax loads .NET types from an assembly into a script at the
140+
beginning of execution. You must use a fully-qualified path to the assembly
141141
file.
142142

143143
```Syntax

0 commit comments

Comments
 (0)