diff --git a/docs/faq/questions/using-cypress-faq.mdx b/docs/faq/questions/using-cypress-faq.mdx index 89adf253e2..5a845aaed3 100644 --- a/docs/faq/questions/using-cypress-faq.mdx +++ b/docs/faq/questions/using-cypress-faq.mdx @@ -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). ### How do I use special characters with `cy.get()`?