Skip to content

Commit

Permalink
Fix a self-contradiction comment in the docs (#2612)
Browse files Browse the repository at this point in the history
  • Loading branch information
LongTengDao authored and lukastaegert committed Dec 28, 2018
1 parent f860199 commit 84cb5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/999-big-list-of-options.md
Expand Up @@ -141,7 +141,7 @@ export default {
/*
const MyBundle = (function ($) {
// code goes here
}(window.jQuery));
}(window.$));
*/
```

Expand Down

0 comments on commit 84cb5b5

Please sign in to comment.