summaryrefslogtreecommitdiff
path: root/docs/shells/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/shells/index.md')
-rw-r--r--docs/shells/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shells/index.md b/docs/shells/index.md
index c450614d..b205ce45 100644
--- a/docs/shells/index.md
+++ b/docs/shells/index.md
@@ -212,7 +212,7 @@ passing the file name to the following command:
powershell -noprofile -noninteractive -executionpolicy Bypass -command generated-windows-powershell.ps1
```
-This is how an example powershell script looks like:
+This is how an example PowerShell script looks like:
```bash
$ErrorActionPreference = "Stop"