Fix spelling errors in comments and documentation (#7492)

This commit is contained in:
Josh Soref
2020-05-14 00:41:58 -07:00
committed by GitHub
parent c78045c13f
commit 2c56d6de81
134 changed files with 215 additions and 215 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ systems.
#### With a PowerShell on Windows, the output of the script appears to be truncated.
You may need to set a variable in your script to increase the numer of columns
You may need to set a variable in your script to increase the number of columns
available for output:
```
$host.UI.RawUI.BufferSize = new-object System.Management.Automation.Host.Size(1024,50)