typo fix
This commit is contained in:
parent
0789e3833d
commit
9ad3206367
1 changed files with 1 additions and 1 deletions
|
@ -114,5 +114,5 @@ Promisification is a great approach, especially when you use `async/await` (see
|
|||
|
||||
Remember, a promise may have only one result, but a callback may technically be called many times.
|
||||
|
||||
So promisification is only meant for functions that call the callback once. Furhter calls will be ignored.
|
||||
So promisification is only meant for functions that call the callback once. Further calls will be ignored.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue