summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-13 03:43:43 +0000
committerEvan Read <eread@gitlab.com>2019-02-13 03:43:43 +0000
commit58f8bd0d91d2378acf3646319ac85165006493df (patch)
treeb9911d9e97a80bdafffb0bb1a90d4eeed6c16202
parent6057e71aa2b68ecae0328d0493fa540376826180 (diff)
parenta48756472f56f3c88377e623a0fdae45ce102cbf (diff)
downloadgitlab-ce-58f8bd0d91d2378acf3646319ac85165006493df.tar.gz
Merge branch 'master' into 'master'
Fix a typo in ./doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md from "deafult" to "default". See merge request gitlab-org/gitlab-ce!25153
-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:**