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 38b92d3 commit ec933fdCopy full SHA for ec933fd
docs/promise.md
@@ -406,7 +406,7 @@ import util from 'util';
406
const readFile = util.promisify(fs.readFile);
407
```
408
409
-> Webpack supports the `util` module out for the box and you can use it in the browser as well.
+> Webpack supports the `util` module out of the box and you can use it in the browser as well.
410
411
If you have a node callback style function as a *member* be sure to `bind` it as well to make sure it has the correct `this`:
412
0 commit comments