summaryrefslogtreecommitdiff
path: root/doc/ci/examples/php.md
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-01-19 12:09:59 +0200
committerVille Skyttä <ville.skytta@iki.fi>2018-01-19 12:09:59 +0200
commit0cbbb08e790260ad936810e0047e03938c001e9b (patch)
tree659eba953a3b578d99c7910a6b4f6c7c951ec53b /doc/ci/examples/php.md
parent6aed49bfcaa1ff11c335c2bfb52a1a93c730a07c (diff)
downloadgitlab-ce-0cbbb08e790260ad936810e0047e03938c001e9b.tar.gz
doc: Spelling fixes
Diffstat (limited to 'doc/ci/examples/php.md')
-rw-r--r--doc/ci/examples/php.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/examples/php.md b/doc/ci/examples/php.md
index 6768a2e012f..a2ba29a4ee2 100644
--- a/doc/ci/examples/php.md
+++ b/doc/ci/examples/php.md
@@ -167,7 +167,7 @@ Finally, push to GitLab and let the tests begin!
### Test against different PHP versions in Shell builds
The [phpenv][] project allows you to easily manage different versions of PHP
-each with its own config. This is specially usefull when testing PHP projects
+each with its own config. This is especially useful when testing PHP projects
with the Shell executor.
You will have to install it on your build machine under the `gitlab-runner`
@@ -227,7 +227,7 @@ following in your `.gitlab-ci.yml`:
...
# Composer stores all downloaded packages in the vendor/ directory.
-# Do not use the following if the vendor/ directory is commited to
+# Do not use the following if the vendor/ directory is committed to
# your git repository.
cache:
paths: