From 138a1b958855b7a7b0e5d675e4c5bbe234ad50d9 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Wed, 30 Aug 2023 10:41:33 -0700 Subject: [PATCH] Fix "recipe" typo in FAQ --- docs/faq/questions/using-cypress-faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`?