Skip to content

Commit

Permalink
fix template typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robintindale committed Apr 20, 2018
1 parent 59b7f11 commit d16362a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To customize webpack create `webpack.skpm.config.js` file which exports function
* Supports asynchronous changes when promise is returned.
*
* @param {object} config - original webpack config.
* @param {boolean} isPluginCommand - wether the config is for a plugin command or a resource
* @param {boolean} isPluginCommand - whether the config is for a plugin command or a resource
**/
module.exports = function(config, isPluginCommand) {
/** you can change config here **/
Expand Down

0 comments on commit d16362a

Please sign in to comment.