Skip to content

Commit a84e17f

Browse files
Samasaur1plaindocs
authored andcommitted
Fix spelling for "capitalized" (travis-ci#1911)
1 parent 2e99a9e commit a84e17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ to tag the build, or to run post-build deployments.
218218
- `TRAVIS_SUDO`: `true` or `false` based on whether `sudo` is enabled.
219219
- `TRAVIS_TEST_RESULT`: **0** if all commands in the `script` section (up to the point this environment variable is referenced) have exited with zero; **1** otherwise.
220220
- `TRAVIS_TAG`: If the current build is for a git tag, this variable is set to the tag's name.
221-
- `TRAVIS_BUILD_STAGE_NAME`: The [build stage](/user/build-stages/) in capitalzed form, e.g. `Test` or `Deploy`. If a build does not use build stages, this variable is empty (`""`).
221+
- `TRAVIS_BUILD_STAGE_NAME`: The [build stage](/user/build-stages/) in capitalized form, e.g. `Test` or `Deploy`. If a build does not use build stages, this variable is empty (`""`).
222222

223223
Language-specific builds expose additional environment variables representing
224224
the current version being used to run the build. Whether or not they're set

0 commit comments

Comments
 (0)