From 7076bd87b4ea614bbad73e28cf6e81d975864dc5 Mon Sep 17 00:00:00 2001 From: Jonas Amundsen Date: Thu, 27 Jun 2024 10:43:02 +0200 Subject: [PATCH] Correct anchor --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 881ea83f..4214ebe8 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -4,7 +4,7 @@ * Node requirements * [I get `fs_1.promises.rm is not a function`](#i-get-fs_1promisesrm-is-not-a-function) - * [I get `state.messages.current.findLastIndex is not a function`](#i-get-statemessagesfindlastindex-is-not-a-function) + * [I get `state.messages.current.findLastIndex is not a function`](#i-get-statemessagescurrentfindlastindex-is-not-a-function) * Cypress oddities * [`--env` / `tags` isn't picked up](#--env--tags-isnt-picked-up) * [Negated tags / complex tag expressions aren't working as expected](#negated-tags--complex-tag-expressions-arent-working-as-expected)