Skip to content

Commit a53bb9c

Browse files
tkreismischah
authored andcommitted
Fix typo
1 parent 723a03a commit a53bb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ exports.restorePrompt = function (generator) {
126126
/**
127127
* Provide mocked values to the config
128128
* @param {Generator} generator - a Yeoman generator
129-
* @param {Ojbect} localConfig - localConfig - should look just like if called config.getAll()
129+
* @param {Object} localConfig - localConfig - should look just like if called config.getAll()
130130
*/
131131
exports.mockLocalConfig = function (generator, localConfig) {
132132
generator.config.defaults(localConfig);

0 commit comments

Comments
 (0)