Skip to content

Commit

Permalink
Fix "recipe" typo in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
mattxwang authored Aug 30, 2023
1 parent 87b8a2d commit 138a1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/questions/using-cypress-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ cy.get('@consoleLog').should('be.calledWith', 'Hello World!')
:::

Also, check out our
[Stubbing `console` Receipe](/examples/recipes#Stubbing-and-spying).
[Stubbing `console` Recipe](/examples/recipes#Stubbing-and-spying).

### <Icon name="angle-right" /> How do I use special characters with `cy.get()`?

Expand Down

0 comments on commit 138a1b9

Please sign in to comment.