Skip to content

Commit ec933fd

Browse files
committed
Fix typo in promise.md lesson
1 parent 38b92d3 commit ec933fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/promise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ import util from 'util';
406406
const readFile = util.promisify(fs.readFile);
407407
```
408408

409-
> Webpack supports the `util` module out for the box and you can use it in the browser as well.
409+
> Webpack supports the `util` module out of the box and you can use it in the browser as well.
410410
411411
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`:
412412

0 commit comments

Comments
 (0)