Skip to content

Commit d063f65

Browse files
adam-mossmarionebl
authored andcommitted
docs(travis-cli): correct spelling of intented
Signed-off-by: Adam Moss <[email protected]>
1 parent 8dbab0c commit d063f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

@commitlint/travis-cli/src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async function stash() {
9898
function validate() {
9999
if (process.env.CI !== 'true' || process.env.TRAVIS !== 'true') {
100100
throw new Error(
101-
`@commitlint/travis-cli is inteded to be used on Travis CI`
101+
`@commitlint/travis-cli is intended to be used on Travis CI`
102102
);
103103
}
104104

@commitlint/travis-cli/src/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test('should throw when not on travis ci', async t => {
3232

3333
await t.throws(
3434
bin({env}),
35-
/@commitlint\/travis-cli is inteded to be used on Travis CI/
35+
/@commitlint\/travis-cli is intended to be used on Travis CI/
3636
);
3737
});
3838

0 commit comments

Comments
 (0)