From 6b93baff3f8eccb668c8b2e02d69cb34dc0c5d05 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:22:39 -0400 Subject: [PATCH] docs: fix missing punctuation and typo (#2477) --- website/src/content/blog/biome-v1-7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/content/blog/biome-v1-7.md b/website/src/content/blog/biome-v1-7.md index 26d15f801502..66fa6da46d02 100644 --- a/website/src/content/blog/biome-v1-7.md +++ b/website/src/content/blog/biome-v1-7.md @@ -242,10 +242,10 @@ The new rules are: ### Promoted rules -Once stable, a nursery rule is promoted to a stable group +Once stable, a nursery rule is promoted to a stable group. The following rules are promoted: -- [complecity/noExcessiveNestedTestSuites](https://biomejs.dev/linter/rules/no-excessive-nested-test-suites) +- [complexity/noExcessiveNestedTestSuites](https://biomejs.dev/linter/rules/no-excessive-nested-test-suites) - [complexity/noUselessTernary](/linter/rules/no-useless-ternary/) - [correctness/useJsxKeyInIterable](/linter/rules/use-jsx-key-in-iterable/) - [performance/noBarrelFile](/linter/rules/no-barrel-file/)