Skip to content

Commit 78d4cc2

Browse files
travisclagronesdwheeler
authored andcommitted
Corrects a logically-reversed word in 2 script cmdlet example titles (#4384)
* Correct 'dependent' to 'dependencies' in title of Find-Script example #7 ...also fixed an it. * Correct 'dependent' to 'dependencies' in title of Install-Script example #3
1 parent 99f6e3c commit 78d4cc2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

reference/5.1/PowershellGet/Find-Script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Version Name Type Repository D
115115

116116
This command finds all versions of Required-Script02.
117117

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

129-
This command finds a script and it dependencies.
129+
This command finds a script and its dependencies.
130130

131131
### Example 8: Find scripts with the specified tag
132132
```

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/Find-Script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Version Name Type Repository D
121121

122122
This command finds all versions of Required-Script02.
123123

124-
### Example 7: Find a script and its dependent modules and scripts
124+
### Example 7: Find a script and its dependencies
125125

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

136-
This command finds a script and it dependencies.
136+
This command finds a script and its dependencies.
137137

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

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)