summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKengo Kimura <spa.soni.salam@gmail.com>2019-02-12 11:39:29 +0000
committerKengo Kimura <spa.soni.salam@gmail.com>2019-02-12 11:39:29 +0000
commita48756472f56f3c88377e623a0fdae45ce102cbf (patch)
treea11f97ada2e6bfc3eeb08b76c9300899e91c8f21
parent52ad7d253c31dc475b89311eca81e0a609056b59 (diff)
downloadgitlab-ce-a48756472f56f3c88377e623a0fdae45ce102cbf.tar.gz
Fix a typo.
-rw-r--r--doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md b/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md
index 6499413baf0..474a481836a 100644
--- a/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md
+++ b/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md
@@ -112,7 +112,7 @@ on GitLab CI/CD. To set the environment variables, navigate to your project's
![Variable Settings in GitLab](img/cloud_foundry_variables.png)
Once set up, GitLab CI/CD will deploy your app to CF at every push to your
-repository's deafult branch. To see the build logs or watch your builds running
+repository's default branch. To see the build logs or watch your builds running
live, navigate to **CI/CD > Pipelines**.
CAUTION: **Caution:**