Skip to content

Commit e3f105d

Browse files
committed
Merge pull request travis-ci#275 from mafagafogigante/grammar
Small grammar fix.
2 parents 3aa7bf0 + c9a8c29 commit e3f105d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

user/customizing-the-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Specify which branches to build using a whitelist, or blacklist branches that yo
176176
- master
177177
- stable
178178

179-
If you specify both, `only` takes precedence over `except`. By default, `gh-pages` branch are not built unless you add it to the whitelist.
179+
If you specify both, `only` takes precedence over `except`. By default, `gh-pages` branch is not built unless you add it to the whitelist.
180180

181181
> Note that for historical reasons `.travis.yml` needs to be present *on all active branches* of your project.
182182

user/deployment/appfog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deploy:
1515
password: "YOUR PASSWORD" # should be encrypted
1616
{% endhighlight %}
1717

18-
It is reccomended that you encrypt your password.
18+
It is recommended that you encrypt your password.
1919
Assuming you have the Travis CI command line client installed, you can do it like this:
2020

2121
{% highlight console %}

user/deployment/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can always use the Travis CI command line client set everything up for you:
2828

2929
### Authenticating with an Oauth token
3030

31-
The reccomend way of authentication is with a GitHub oauth token. It must have the `public_repo` or `repo` scope to upload assets. Instead of setting it up manually, it is highly recommended to use `travis setup releases`, which will automatically create a GitHub oauth token with the correct scopes and encrypts it.
31+
The recommend way of authentication is with a GitHub oauth token. It must have the `public_repo` or `repo` scope to upload assets. Instead of setting it up manually, it is highly recommended to use `travis setup releases`, which will automatically create a GitHub oauth token with the correct scopes and encrypts it.
3232

3333
### Authentication with a Username and Password
3434

0 commit comments

Comments
 (0)