Skip to content

Commit d852350

Browse files
Correct 'dependent' to 'dependencies' in title of Install-Script example MicrosoftDocs#3
1 parent 7bea614 commit d852350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/5.1/PowershellGet/Install-Script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The second command gets the installed script `Required-Script3` and displays inf
144144
The third command gets `Required-Script3` and uses the pipeline operator to pass it to the
145145
`Format-List` cmdlet to format the output.
146146

147-
### Example 3: Install a script with its dependent scripts and modules
147+
### Example 3: Install a script and its dependencies
148148

149149
```
150150
PS C:\> Find-Script -Repository "Local1" -Name "Script-WithDependencies2" -IncludeDependencies

reference/6/PowerShellGet/Install-Script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The second command gets the installed script `Required-Script3` and displays inf
143143
The third command gets `Required-Script3` and uses the pipeline operator to pass it to the
144144
`Format-List` cmdlet to format the output.
145145

146-
### Example 3: Install a script with its dependent scripts and modules
146+
### Example 3: Install a script and its dependencies
147147

148148
```
149149
PS C:\> Find-Script -Repository "Local1" -Name "Script-WithDependencies2" -IncludeDependencies

0 commit comments

Comments
 (0)