We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723a03a commit a53bb9cCopy full SHA for a53bb9c
lib/index.js
@@ -126,7 +126,7 @@ exports.restorePrompt = function (generator) {
126
/**
127
* Provide mocked values to the config
128
* @param {Generator} generator - a Yeoman generator
129
- * @param {Ojbect} localConfig - localConfig - should look just like if called config.getAll()
+ * @param {Object} localConfig - localConfig - should look just like if called config.getAll()
130
*/
131
exports.mockLocalConfig = function (generator, localConfig) {
132
generator.config.defaults(localConfig);
0 commit comments