Skip to content

Commit b923fff

Browse files
committed
spelling: typeof
1 parent ecc7fd2 commit b923fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DefinePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class DefinePlugin {
122122
* this is needed in case there is a recursion in the DefinePlugin
123123
* to prevent an endless recursion
124124
* e.g.: new DefinePlugin({
125-
* "typeof a": "tyepof b",
125+
* "typeof a": "typeof b",
126126
* "typeof b": "typeof a"
127127
* });
128128
*/

0 commit comments

Comments
 (0)