Minor grammer fixe

This commit is contained in:
R. Tyler Croy 2018-03-10 06:54:08 -08:00
parent ce494f64be
commit 4acea036b8
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -122,5 +122,5 @@ This doesn't completely change the writing of JavaScript to a sequential model,
the top-level invocation of this function must treat it as a `Promise`, e.g.:
`notifyBroker().then(() => { /* callback when notifyBroker() completes */ });`
It does, however, make it a lot easy to author non-blocking code without
It does, however, make it a lot easier to author non-blocking code without
a descent into callback hell.