From 8b7d84ff95576d94429cc4cb54e01b315158933a Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 27 Apr 2015 12:35:30 +0200 Subject: [PATCH] Fix typos --- app/templates/getting-started.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/getting-started.hbs b/app/templates/getting-started.hbs index 99b12a04..3bfe819d 100644 --- a/app/templates/getting-started.hbs +++ b/app/templates/getting-started.hbs @@ -34,7 +34,7 @@

Trigger your first build with a git push

-

Once GitHub hook is set up, push your commit that adds .travis.yml to your repository. That should ass a build into one of the queues on Travis CI and your build will start as soon as one worker for your language is available.

+

Once the GitHub hook is set up, push your commit that adds .travis.yml to your repository. That should add a build into one of the queues on Travis CI and your build will start as soon as one worker for your language is available.

To start a build, perform one of the following: