diff --git a/reference/5.1/PowershellGet/Find-Script.md b/reference/5.1/PowershellGet/Find-Script.md index cc836ed4bb17..f3a261dbf778 100644 --- a/reference/5.1/PowershellGet/Find-Script.md +++ b/reference/5.1/PowershellGet/Find-Script.md @@ -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 @@ -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 ``` diff --git a/reference/5.1/PowershellGet/Install-Script.md b/reference/5.1/PowershellGet/Install-Script.md index e06be541831f..749ff81800c4 100644 --- a/reference/5.1/PowershellGet/Install-Script.md +++ b/reference/5.1/PowershellGet/Install-Script.md @@ -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 diff --git a/reference/6/PowerShellGet/Find-Script.md b/reference/6/PowerShellGet/Find-Script.md index 0c9473cf7e99..dfd0cdb37bfd 100644 --- a/reference/6/PowerShellGet/Find-Script.md +++ b/reference/6/PowerShellGet/Find-Script.md @@ -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" @@ -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 diff --git a/reference/6/PowerShellGet/Install-Script.md b/reference/6/PowerShellGet/Install-Script.md index c7b8a0e92092..85ce4a1e8b9f 100644 --- a/reference/6/PowerShellGet/Install-Script.md +++ b/reference/6/PowerShellGet/Install-Script.md @@ -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