Skip to content

Commit f4cb78f

Browse files
authored
fix: projects -> project's where applicable (#567)
1 parent f3a4497 commit f4cb78f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The [travis gem](https://rubygems.org/gems/travis) includes both a [command line
3333
* [`encrypt`](#encrypt) - encrypts values for the .travis.yml
3434
* [`encrypt-file`](#encrypt-file) - encrypts a file and adds decryption steps to .travis.yml
3535
* [`env`](#env) - show or modify build environment variables
36-
* [`history`](#history) - displays a projects build history
36+
* [`history`](#history) - displays a project's build history
3737
* [`init`](#init) - generates a .travis.yml and enables the project
3838
* [`logs`](#logs) - streams test logs
3939
* [`open`](#open) - opens a build or job in the browser
@@ -918,7 +918,7 @@ $ travis env unset foo bar
918918

919919
#### `history`
920920

921-
Displays a projects build history.
921+
Displays a project's build history.
922922
Usage: travis history [options]
923923
-h, --help Display help
924924
-i, --[no-]interactive be interactive and colorful

lib/travis/cli/history.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Travis
44
module CLI
55
class History < RepoCommand
6-
description "displays a projects build history"
6+
description "displays a project's build history"
77

88
on('-a', '--after BUILD', 'Only show history after a given build number')
99
on('-p', '--pull-request NUMBER', 'Only show history for the given Pull Request')

0 commit comments

Comments
 (0)