summaryrefslogtreecommitdiff
path: root/doc/ci/examples
diff options
context:
space:
mode:
authorJasper Denkers <jasperdenkers@gmail.com>2016-03-14 13:21:31 +0000
committerJasper Denkers <jasperdenkers@gmail.com>2016-03-14 13:21:31 +0000
commit543b85a0f555fafa2c5d257872bec25a4c21bd01 (patch)
tree3cb98854f2970d265c3eef952173b321e5c454e5 /doc/ci/examples
parent37ba5a12b515172b76d28e112ab9899823163717 (diff)
downloadgitlab-ce-543b85a0f555fafa2c5d257872bec25a4c21bd01.tar.gz
Fix typo in Ruby CI test and deploy example
Diffstat (limited to 'doc/ci/examples')
-rw-r--r--doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md b/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md
index c1bb47e4291..f5645d586ae 100644
--- a/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md
+++ b/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md
@@ -1,5 +1,5 @@
## Test and Deploy a ruby application
-This example will guide you how to run tests in your Ruby application and deploy it automatiacally as Heroku application.
+This example will guide you how to run tests in your Ruby application and deploy it automatically as Heroku application.
You can checkout the example [source](https://gitlab.com/ayufan/ruby-getting-started) and check [CI status](https://gitlab.com/ayufan/ruby-getting-started/builds?scope=all).