Skip to content
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
4 changes: 2 additions & 2 deletions reference/5.1/PowershellGet/Find-Script.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Version Name Type Repository D

This command finds all versions of Required-Script02.

### Example 7: Find a script and its dependent modules and scripts
### Example 7: Find a script and its dependencies
```
PS C:\> Find-Script -Name "Script-WithDependencies1" -IncludeDependencies -Repository "LocalRepo1"
Version Name Type Repository Description
Expand All @@ -126,7 +126,7 @@ Version Name Type Repository D
2.5 Required-Script2 Script LocalRepo1 Description for the Required-Script2 script
```

This command finds a script and it dependencies.
This command finds a script and its dependencies.

### Example 8: Find scripts with the specified tag
```
Expand Down
2 changes: 1 addition & 1 deletion reference/5.1/PowershellGet/Install-Script.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The second command gets the installed script `Required-Script3` and displays inf
The third command gets `Required-Script3` and uses the pipeline operator to pass it to the
`Format-List` cmdlet to format the output.

### Example 3: Install a script with its dependent scripts and modules
### Example 3: Install a script and its dependencies

```
PS C:\> Find-Script -Repository "Local1" -Name "Script-WithDependencies2" -IncludeDependencies
Expand Down
4 changes: 2 additions & 2 deletions reference/6/PowerShellGet/Find-Script.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Version Name Type Repository D

This command finds all versions of Required-Script02.

### Example 7: Find a script and its dependent modules and scripts
### Example 7: Find a script and its dependencies

```
PS C:\> Find-Script -Name "Script-WithDependencies1" -IncludeDependencies -Repository "LocalRepo1"
Expand All @@ -133,7 +133,7 @@ Version Name Type Repository D
2.5 Required-Script2 Script LocalRepo1 Description for the Required-Script2 script
```

This command finds a script and it dependencies.
This command finds a script and its dependencies.

### Example 8: Find scripts with the specified tag

Expand Down
2 changes: 1 addition & 1 deletion reference/6/PowerShellGet/Install-Script.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The second command gets the installed script `Required-Script3` and displays inf
The third command gets `Required-Script3` and uses the pipeline operator to pass it to the
`Format-List` cmdlet to format the output.

### Example 3: Install a script with its dependent scripts and modules
### Example 3: Install a script and its dependencies

```
PS C:\> Find-Script -Repository "Local1" -Name "Script-WithDependencies2" -IncludeDependencies
Expand Down