summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-30 05:19:06 +0000
committerEvan Read <eread@gitlab.com>2019-07-30 05:19:06 +0000
commit4fcd69009bdf14491e2c1fd40f701a5ba3398d20 (patch)
tree1ff73ad351f601d9fee4f699a282825f78020f8c
parentf4b2d8b971cd53fb45ed1ad69f5b4a0f280331f7 (diff)
parent30b7187488b236a5f9e2a476f06b7425cf959ea2 (diff)
downloadgitlab-ce-4fcd69009bdf14491e2c1fd40f701a5ba3398d20.tar.gz
Merge branch 'docs-ci-examples-fix-typo' into 'master'
documentation: fix a typo in ci/examples See merge request gitlab-org/gitlab-ce!31250
-rw-r--r--doc/ci/examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index 9295dcfd4e0..00995f881da 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -33,7 +33,7 @@ The following table lists examples with step-by-step tutorials that are containe
| Java with Maven | [How to deploy Maven projects to Artifactory with GitLab CI/CD](artifactory_and_gitlab/index.md). |
| PHP with PHPunit, atoum | [Testing PHP projects](php.md). |
| PHP with NPM, SCP | [Running Composer and NPM scripts with deployment via SCP in GitLab CI/CD](deployment/composer-npm-deploy.md). |
-| PHP with Laravel, Ennvoy | [Test and deploy Laravel applications with GitLab CI/CD and Envoy](laravel_with_gitlab_and_envoy/index.md). |
+| PHP with Laravel, Envoy | [Test and deploy Laravel applications with GitLab CI/CD and Envoy](laravel_with_gitlab_and_envoy/index.md). |
| Python on Heroku | [Test and deploy a Python application with GitLab CI/CD](test-and-deploy-python-application-to-heroku.md). |
| Ruby on Heroku | [Test and deploy a Ruby application with GitLab CI/CD](test-and-deploy-ruby-application-to-heroku.md). |
| Scala on Heroku | [Test and deploy a Scala application to Heroku](test-scala-application.md). |