Skip to content

Commit 00abdcf

Browse files
chrisirhcplaindocs
authored andcommitted
Fix typo (travis-ci#1890)
1 parent 97862dc commit 00abdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Use the following options to configure conditional deployment:
7979
* `jdk`, `node`, `perl`, `php`, `python`, `ruby`, `scala`, `go`: for language runtimes that support multiple versions,
8080
you can limit the deployment to happen only on the job that matches a specific version.
8181

82-
* `condition`: deploy when *a single* bash condition evaluates to `true`. This must be a string value, and is equivalant to `if [[ <condition> ]]; then <deploy>; fi`. For example, `$CC = gcc`.
82+
* `condition`: deploy when *a single* bash condition evaluates to `true`. This must be a string value, and is equivalent to `if [[ <condition> ]]; then <deploy>; fi`. For example, `$CC = gcc`.
8383

8484
* `tags` can be `true`, `false` or any other string:
8585

0 commit comments

Comments
 (0)