Fix typos

This commit is contained in:
Piotr Sarnacki 2015-04-27 12:35:30 +02:00
parent db571219b1
commit 8b7d84ff95

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="media-body column medium-9"> <div class="media-body column medium-9">
<h2>Trigger your first build with a git push</h2> <h2>Trigger your first build with a git push</h2>
<p>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.</p> <p>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.</p>
<p>To start a build, perform one of the following:</p> <p>To start a build, perform one of the following:</p>
<ul> <ul>
<li>Commit and push something to your repository</li> <li>Commit and push something to your repository</li>