Fix typo in Ruby CI test and deploy example

This commit is contained in:
Jasper Denkers 2016-03-14 13:21:31 +00:00
parent 37ba5a12b5
commit 543b85a0f5
1 changed files with 1 additions and 1 deletions

View File

@ -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).