summaryrefslogtreecommitdiff
path: root/doc/ci/languages/php.md
diff options
context:
space:
mode:
authorStéphane HULARD <s.hulard@chstudio.fr>2016-01-20 18:38:15 +0000
committerStéphane HULARD <s.hulard@chstudio.fr>2016-01-20 18:38:15 +0000
commit7a0bde935ae487c172e80cbd0c965db86f640634 (patch)
treee781474d37e9f5a2af1a346943686e0fb5c47c45 /doc/ci/languages/php.md
parent2d8b6901baf425e59b47919283c4805fde3c9e1b (diff)
downloadgitlab-ce-7a0bde935ae487c172e80cbd0c965db86f640634.tar.gz
Fix a missing letter in the documentation.
Diffstat (limited to 'doc/ci/languages/php.md')
-rw-r--r--doc/ci/languages/php.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/languages/php.md b/doc/ci/languages/php.md
index dacb67fa3ff..77f9fae5bb6 100644
--- a/doc/ci/languages/php.md
+++ b/doc/ci/languages/php.md
@@ -12,7 +12,7 @@ configuration from the developer. To overcome this we will be using the
official [PHP docker image][php-hub] that can be found in Docker Hub.
This will allow us to test PHP projects against different versions of PHP.
-However, not everything is plug 'n' play, you still need to onfigure some
+However, not everything is plug 'n' play, you still need to configure some
things manually.
As with every build, you need to create a valid `.gitlab-ci.yml` describing the