Skip to content

Commit bb34670

Browse files
nschonniv-alje
authored andcommitted
typo: statment -> statement (#3966)
1 parent f8d6673 commit bb34670

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following shows the syntax of the **Do-Until** statement:
4444
do {<statement list>} until (<condition>)
4545
```
4646

47-
The statment list contains one or more statements that run each time the
47+
The statement list contains one or more statements that run each time the
4848
loop is entered or repeated.
4949

5050
The condition portion of the statement resolves to true or false.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following shows the syntax of the **Do-Until** statement:
4545
do {<statement list>} until (<condition>)
4646
```
4747

48-
The statment list contains one or more statements that run each time the
48+
The statement list contains one or more statements that run each time the
4949
loop is entered or repeated.
5050

5151
The condition portion of the statement resolves to true or false.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following shows the syntax of the **Do-Until** statement:
4545
do {<statement list>} until (<condition>)
4646
```
4747

48-
The statment list contains one or more statements that run each time the
48+
The statement list contains one or more statements that run each time the
4949
loop is entered or repeated.
5050

5151
The condition portion of the statement resolves to true or false.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following shows the syntax of the **Do-Until** statement:
4545
do {<statement list>} until (<condition>)
4646
```
4747

48-
The statment list contains one or more statements that run each time the
48+
The statement list contains one or more statements that run each time the
4949
loop is entered or repeated.
5050

5151
The condition portion of the statement resolves to true or false.

reference/6/Microsoft.PowerShell.Core/About/about_Do.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following shows the syntax of the **Do-Until** statement:
4343
do {<statement list>} until (<condition>)
4444
```
4545

46-
The statment list contains one or more statements that run each time the
46+
The statement list contains one or more statements that run each time the
4747
loop is entered or repeated.
4848

4949
The condition portion of the statement resolves to true or false.

0 commit comments

Comments
 (0)