summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Azzopardi <sazzopardi@gitlab.com>2019-07-25 07:42:08 +0000
committerSteve Azzopardi <sazzopardi@gitlab.com>2019-07-25 07:42:08 +0000
commit80f1de4356cbda8d55a3d0e745e04cb90ab8f4c0 (patch)
tree47719a61aa057f9169709f509b554d7a6e64129d
parentMerge branch 'docs-mdl-rules' into 'master' (diff)
parentFix PowerShell capitalization (diff)
downloadgitlab-runner-80f1de4356cbda8d55a3d0e745e04cb90ab8f4c0.tar.gz
Merge branch 'docs-patch-5' into 'master'
Fix PowerShell capitalization See merge request gitlab-org/gitlab-runner!1497
-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"