Skip to content

Commit 3134157

Browse files
jsorefSBoudrias
authored andcommittedFeb 26, 2018
Spelling (#568)
* spelling: non-existent * spelling: optional
1 parent 6153a0d commit 3134157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const namespaceToName = require('yeoman-environment').namespaceToName;
1313
* @constructor
1414
* @param {Environment} env A yeoman environment instance
1515
* @param {Insight} insight An insight instance
16-
* @param {Configstore} [conf] An optionnal config store instance
16+
* @param {Configstore} [conf] An optional config store instance
1717
*/
1818
class Router {
1919
constructor(env, insight, conf) {

‎test/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('bin', () => {
4040
done();
4141
};
4242

43-
process.argv = ['node', path.resolve(__dirname, '..', pkg.bin.yo), 'notexisting'];
43+
process.argv = ['node', path.resolve(__dirname, '..', pkg.bin.yo), 'non-existent'];
4444

4545
this.env.lookup = cb => {
4646
cb();

0 commit comments

Comments
 (0)
Please sign in to comment.