Skip to content

typo: pararm -> param #3996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on selected objects in a pipeline.

Contains an array of values for undeclared parameters that are passed to a
function, script, or script block. When you create a function, you can declare
the parameters by using the `pararm` keyword or by adding a comma-separated list
the parameters by using the `param` keyword or by adding a comma-separated list
of parameters in parentheses after the function name.

In an event action, the `$Args` variable contains objects that represent the
Expand Down Expand Up @@ -722,7 +722,7 @@ The following loop only executes twice. In the second iteration, the collection
is moved to the 3rd element before the iteration is complete. After the second
iteration, there are now no more values to iterate, and the loop terminates.

The **MoveNext** propety does not affect the variable chosen to iterate through
The **MoveNext** property does not affect the variable chosen to iterate through
the collection (`$Num`).

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on selected objects in a pipeline.

Contains an array of values for undeclared parameters that are passed to a
function, script, or script block. When you create a function, you can declare
the parameters by using the `pararm` keyword or by adding a comma-separated list
the parameters by using the `param` keyword or by adding a comma-separated list
of parameters in parentheses after the function name.

In an event action, the `$Args` variable contains objects that represent the
Expand Down Expand Up @@ -720,7 +720,7 @@ The following loop only executes twice. In the second iteration, the collection
is moved to the 3rd element before the iteration is complete. After the second
iteration, there are now no more values to iterate, and the loop terminates.

The **MoveNext** propety does not affect the variable chosen to iterate through
The **MoveNext** property does not affect the variable chosen to iterate through
the collection (`$Num`).

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ The following loop only executes twice. In the second iteration, the collection
is moved to the 3rd element before the iteration is complete. After the second
iteration, there are now no more values to iterate, and the loop terminates.

The **MoveNext** propety does not affect the variable chosen to iterate through
The **MoveNext** property does not affect the variable chosen to iterate through
the collection (`$Num`).

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on selected objects in a pipeline.

Contains an array of values for undeclared parameters that are passed to a
function, script, or script block. When you create a function, you can declare
the parameters by using the `pararm` keyword or by adding a comma-separated list
the parameters by using the `param` keyword or by adding a comma-separated list
of parameters in parentheses after the function name.

In an event action, the `$Args` variable contains objects that represent the
Expand Down Expand Up @@ -720,7 +720,7 @@ The following loop only executes twice. In the second iteration, the collection
is moved to the 3rd element before the iteration is complete. After the second
iteration, there are now no more values to iterate, and the loop terminates.

The **MoveNext** propety does not affect the variable chosen to iterate through
The **MoveNext** property does not affect the variable chosen to iterate through
the collection (`$Num`).

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on selected objects in a pipeline.

Contains an array of values for undeclared parameters that are passed to a
function, script, or script block. When you create a function, you can declare
the parameters by using the `pararm` keyword or by adding a comma-separated list
the parameters by using the `param` keyword or by adding a comma-separated list
of parameters in parentheses after the function name.

In an event action, the `$Args` variable contains objects that represent the
Expand Down Expand Up @@ -741,7 +741,7 @@ The following loop only executes twice. In the second iteration, the collection
is moved to the 3rd element before the iteration is complete. After the second
iteration, there are now no more values to iterate, and the loop terminates.

The **MoveNext** propety does not affect the variable chosen to iterate through
The **MoveNext** property does not affect the variable chosen to iterate through
the collection (`$Num`).

```powershell
Expand Down