Skip to content

Commit

Permalink
Update variables-and-aliases.md (#438)
Browse files Browse the repository at this point in the history
Fix typo (add 'modules')
  • Loading branch information
davidgilbertson authored and brian-mann committed Mar 4, 2018
1 parent 0a74a46 commit 8f4f7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/core-concepts/variables-and-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once you get the hang of async code - you'll realize you can do everything you c
This guide explores many common patterns for writing good Cypress code that can handle even the most complex situations.
{% endnote %}

Asynchronous API's are here to stay in JavaScript. They are found everywhere in modern code. In fact, most new browser API's are asynchronous and many core `Node.js` are asynchronous as well.
Asynchronous API's are here to stay in JavaScript. They are found everywhere in modern code. In fact, most new browser API's are asynchronous and many core `Node.js` modules are asynchronous as well.

The patterns we'll explore below are useful in and outside of Cypress.

Expand Down

0 comments on commit 8f4f7ef

Please sign in to comment.