summaryrefslogtreecommitdiff
path: root/doc/ci/examples
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-09-27 10:36:27 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-09-27 10:36:27 +0000
commitb42e774021e5617abe6414c274763914c6b55c5b (patch)
tree321660c89847ea88a5d6dbaa8fc0884d92789d85 /doc/ci/examples
parent3371c946d29c559cf9d5c53adfd731b09557b147 (diff)
parentfd7358a8cd532b309c03ab0990b3164856698aad (diff)
downloadgitlab-ce-b42e774021e5617abe6414c274763914c6b55c5b.tar.gz
Merge branch 'docs-fix-gitlab-capitalization-ce' into 'master'
Correcting Gitlab to GitLab in docs See merge request gitlab-org/gitlab-ce!21827
Diffstat (limited to 'doc/ci/examples')
-rw-r--r--doc/ci/examples/test-scala-application.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/test-scala-application.md b/doc/ci/examples/test-scala-application.md
index 09d83c33f95..b3961ec91f3 100644
--- a/doc/ci/examples/test-scala-application.md
+++ b/doc/ci/examples/test-scala-application.md
@@ -1,6 +1,6 @@
# Test and deploy to Heroku a Scala application
-This example demonstrates the integration of Gitlab CI with Scala
+This example demonstrates the integration of GitLab CI with Scala
applications using SBT. Checkout the example
[project](https://gitlab.com/gitlab-examples/scala-sbt) and
[build status](https://gitlab.com/gitlab-examples/scala-sbt/builds).