Skip to content

Commit

Permalink
Fix "recipe" typo in FAQ (#5453)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Jaffre <[email protected]>
  • Loading branch information
mattxwang and jaffrepaul authored Aug 30, 2023
1 parent c3e931f commit 756fea0
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 756fea0

Please sign in to comment.