From 24bb63b156f92720474571e69d5d3895bb16e265 Mon Sep 17 00:00:00 2001 From: "Matthew \"strager\" Glazar" Date: Fri, 11 Nov 2022 01:50:31 -0800 Subject: [PATCH] fix(website): fix grammar mistake --- website/docs/src/guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/src/guides/getting-started.md b/website/docs/src/guides/getting-started.md index aa929b2d7eb..fa4f149a3c1 100644 --- a/website/docs/src/guides/getting-started.md +++ b/website/docs/src/guides/getting-started.md @@ -76,7 +76,7 @@ After running the `init` command, you'll have a `rome.json` configuration file i The `linter.enabled: true` enables the linter and `rules.recommended: true` enables the [recommended rules](/lint/rules/). -Formatting is enabled because the configuration doesn't explicitly [disables](/configuration/#formatterenabled) formatting with `formatter.enabled: false`. +Formatting is enabled because the configuration doesn't explicitly [disable](/configuration/#formatterenabled) formatting with `formatter.enabled: false`. ## Usage