Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorStéphane HULARD <s.hulard@chstudio.fr>2016-01-20 21:38:15 +0300
committerStéphane HULARD <s.hulard@chstudio.fr>2016-01-20 21:38:15 +0300
commit7a0bde935ae487c172e80cbd0c965db86f640634 (patch)
treee781474d37e9f5a2af1a346943686e0fb5c47c45 /doc/ci
parent2d8b6901baf425e59b47919283c4805fde3c9e1b (diff)
Fix a missing letter in the documentation.
Diffstat (limited to 'doc/ci')
-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