Skip to content

Commit da2c4fa

Browse files
authored
minor documention fixes (#1928)
1 parent 94c47ba commit da2c4fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To install **PSScriptAnalyzer** from source code:
144144
- Import the module
145145

146146
```powershell
147-
Import-Module .\out\PSScriptAnalyzer\PSScriptAnalyzer.psd1
147+
Import-Module .\out\PSScriptAnalyzer\[version]\PSScriptAnalyzer.psd1
148148
```
149149

150150
To confirm installation: run `Get-ScriptAnalyzerRule` in the PowerShell console to obtain the

Rules/Strings.resx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@
10691069
<value>'&gt;' is not a comparison operator. Use '-gt' (greater than) or '-ge' (greater or equal).</value>
10701070
</data>
10711071
<data name="PossibleIncorrectUsageOfRedirectionOperatorDescription" xml:space="preserve">
1072-
<value>When switching between different languages it is easy to forget that '&gt;' does not mean 'great than' in PowerShell.</value>
1072+
<value>When switching between different languages it is easy to forget that '&gt;' does not mean 'greater than' in PowerShell.</value>
10731073
</data>
10741074
<data name="PossibleIncorrectUsageOfRedirectionOperatorError" xml:space="preserve">
10751075
<value>Did you mean to use the redirection operator '&gt;'? The comparison operators in PowerShell are '-gt' (greater than) or '-ge' (greater or equal).</value>

0 commit comments

Comments
 (0)