Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app/core-concepts/variables-and-aliases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sidebar_position: 40
:::

New users to Cypress may initially find it challenging to work with the
asynchronous nature of our APIs.There are many ways to reference, compare and utilize the objects that Cypress
asynchronous nature of our APIs. There are many ways to reference, compare and utilize the objects that Cypress
commands yield you. Once you get the hang of async code you'll realize you can do everything you
could do synchronously, without your code doing any backflips.

Expand Down