Skip to content

Commit 932c74d

Browse files
committed
Fix comment.
1 parent 52b3aea commit 932c74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/commands/oad.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ exports.builder = {
1818
},
1919
o: {
2020
alias: 'oldTagName',
21-
describe: 'The tag name for the old specification file. If include it indicates that the old spec file is a readme file',
21+
describe: 'The tag name for the old specification file. If included it indicates that the old spec file is a readme file',
2222
},
2323
n: {
2424
alias: 'newTagName',
25-
describe: 'The tag name for the new specification file. If include it indicates that the new spec file is a readme file',
25+
describe: 'The tag name for the new specification file. If included it indicates that the new spec file is a readme file',
2626
}
2727
};
2828

0 commit comments

Comments
 (0)