From 8eb9a795163d49b183ceedce0f7598fb55466698 Mon Sep 17 00:00:00 2001 From: "hugo.prunaux" Date: Sat, 14 Dec 2024 00:24:59 +0100 Subject: [PATCH] docs: fixes invalid documentation --- docs/content/rules/sort-objects.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/rules/sort-objects.mdx b/docs/content/rules/sort-objects.mdx index b5a8430a2..05c4ce089 100644 --- a/docs/content/rules/sort-objects.mdx +++ b/docs/content/rules/sort-objects.mdx @@ -272,9 +272,9 @@ Determines whether this rule should be applied to styled-components like librari default: `[]` -Allows you to specify names or patterns for object types that should be ignored by this rule. This can be useful if you have specific objects that you do not want to sort. +Allows you to specify names or patterns for object that should be ignored by this rule. This can be useful if you have specific objects that you do not want to sort. -You can specify their names or a regexp pattern to ignore, for example: `'^User.+'` to ignore all object types whose names begin with the word “User”. +You can specify their names or a regexp pattern to ignore, for example: `'^User.+'` to ignore all object whose names begin with the word “User”. ### [DEPRECATED] destructureOnly