promises icon indicating copy to clipboard operation
promises copied to clipboard

Grammatical errors fixed.

Open RealWorldEdits376W opened this issue 3 years ago • 0 comments

In the Callbacks section, there are grammatical errors, in the last paragraph, which is just below the code snippet. The sentence is written as, "Resolving a promise means that you either fulfill a promise with a value or reject a promise with a reason. Resolving a promises triggers callbacks registered with the promises's then method."

The corrected sentence could be written as, "Resolving a promise means that you either fulfill a promise with a value or reject a promise with a reason. Resolving a promise triggers callbacks registered with the promises' then method.

Thank you.

RealWorldEdits376W avatar Jul 20 '22 23:07 RealWorldEdits376W