diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-22 07:43:06 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-22 07:43:06 +0000 |
commit | 8be4e545635f0f01993290b4577dbe38e74c6bbf (patch) | |
tree | d0510994b7a112c65770073a2e170ac6ea1f274a /doc/ci | |
parent | 5f0d7e2e3b1260c29b4a71e48b797f69355bf491 (diff) | |
parent | 7a0bde935ae487c172e80cbd0c965db86f640634 (diff) | |
download | gitlab-ce-8be4e545635f0f01993290b4577dbe38e74c6bbf.tar.gz |
Merge branch 'issue/spelling' into 'master'
Fix a missing letter in the documentation.
Hello,
I just found a missing letter in the PHP CI configuration documentation. This MR allow to fix that :smile:
See merge request !2519
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/languages/php.md | 2 |
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 |