From 7bea614cdb4d27d542a404f5df05542efb56f9bb Mon Sep 17 00:00:00 2001 From: "Travis C. LaGrone" <22419287+travis-c-lagrone@users.noreply.github.com> Date: Fri, 31 May 2019 23:49:34 -0500 Subject: [PATCH 1/2] Correct 'dependent' to 'dependencies' in title of Find-Script example #7 ...also fixed an it. --- reference/5.1/PowershellGet/Find-Script.md | 4 ++-- reference/6/PowerShellGet/Find-Script.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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/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 From d8523501de991d0655e93c701bef0f5573488135 Mon Sep 17 00:00:00 2001 From: "Travis C. LaGrone" <22419287+travis-c-lagrone@users.noreply.github.com> Date: Fri, 31 May 2019 23:52:03 -0500 Subject: [PATCH 2/2] Correct 'dependent' to 'dependencies' in title of Install-Script example #3 --- reference/5.1/PowershellGet/Install-Script.md | 2 +- reference/6/PowerShellGet/Install-Script.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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