File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Version Name Type Repository D
115115
116116This 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```
120120PS C:\> Find-Script -Name "Script-WithDependencies1" -IncludeDependencies -Repository "LocalRepo1"
121121Version Name Type Repository Description
@@ -126,7 +126,7 @@ Version Name Type Repository D
1261262.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```
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Version Name Type Repository D
121121
122122This 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```
127127PS C:\> Find-Script -Name "Script-WithDependencies1" -IncludeDependencies -Repository "LocalRepo1"
@@ -133,7 +133,7 @@ Version Name Type Repository D
1331332.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
You can’t perform that action at this time.
0 commit comments