Skip to content

Commit

Permalink
spelling: typeof
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Feb 26, 2018
1 parent ecc7fd2 commit b923fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DefinePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class DefinePlugin {
* this is needed in case there is a recursion in the DefinePlugin
* to prevent an endless recursion
* e.g.: new DefinePlugin({
* "typeof a": "tyepof b",
* "typeof a": "typeof b",
* "typeof b": "typeof a"
* });
*/
Expand Down

0 comments on commit b923fff

Please sign in to comment.