Skip to content

Commit 7c88e1f

Browse files
committed
Fix typo and wording of triggering builds note about overriding
1 parent 776b4f4 commit 7c88e1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

user/triggering-builds.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ curl -s -X POST \
3737
This request triggers a build of the most recent commit on the master branch of the `travis-ci/travis-core` repository, using the `.travis.yml` file in the master branch.
3838

3939
You can also add to or override configuration in the `.travis.yml` file, or change the commit message.
40-
Please not that overriding any of the sections overrides the full section, the
41-
contents of the .travis.yml file will not be merged with the request.
40+
Please note that overriding any of the sections (like `script` or `env`) overrides the full section, the
41+
contents of the .travis.yml file will not be merged with the values contained in
42+
the request.
4243

4344
The following script passes a `message` attribute, and adds to the build configuration by passing environment variables and a script command. Here the config from the `.travis.yml` file is merged with the config from the request body.
4445

0 commit comments

Comments
 (0)