nas5w / javascript-tips-and-tidbits

A continuously-evolving compendium of javascript tips based on common areas of confusion or misunderstanding.
MIT License
1.2k stars 73 forks source link

Typo in Promises example #16

Closed pvenky closed 5 years ago

pvenky commented 5 years ago

In the Promises section, the last line of the example should read "Error: Oh no", instead of "Error: On no"

nas5w commented 5 years ago

Thanks for catching this! Do you want to do a pull request to fix it?

pvenky commented 5 years ago

Just submitted a pull request