Skip to content

Commit

Permalink
typo: statetement -> statement (#3988)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and v-alje committed Mar 19, 2019
1 parent ae0f6db commit d9f61c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Syntax #2, to reference PowerShell modules:
using module <module-name>
```

**Note**: The `using` statetement, for modules, is intended to surface the
**Note**: The `using` statement, for modules, is intended to surface the
classes in the module. If the module isn't loaded, the `using` fails.

## Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Syntax #2, to reference PowerShell modules:
using module <module-name>
```

**Note**: The `using` statetement, for modules, is intended to surface the
**Note**: The `using` statement, for modules, is intended to surface the
classes in the module. If the module isn't loaded, the `using` fails.

## Examples
Expand Down
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Core/About/About_Using.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Syntax #2, to reference PowerShell modules:
using module <module-name>
```

**Note**: The `using` statetement, for modules, is intended to surface the
**Note**: The `using` statement, for modules, is intended to surface the
classes in the module. If the module isn't loaded, the `using` fails.

## Examples
Expand Down

0 comments on commit d9f61c4

Please sign in to comment.