From cdcf57be0d707315dd02590ea3f6a106df28dbac Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 6 Nov 2024 15:40:51 -0500 Subject: [PATCH] fix: starting buttons 'ing' --- docs-next/src/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-next/src/content/docs/index.mdx b/docs-next/src/content/docs/index.mdx index d9595b1066..9ddf3543ac 100644 --- a/docs-next/src/content/docs/index.mdx +++ b/docs-next/src/content/docs/index.mdx @@ -28,7 +28,7 @@ Thanks! Mocha is a feature-rich JavaScript test framework running on [Node.js](https://nodejs.org) and in the browser, making asynchronous testing _straightforward_ and _fun_. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. -Get started +Get Started Configuration Reference