From 3b44a5cd0857dc5de46baa19d5aabb2e9bcce773 Mon Sep 17 00:00:00 2001 From: Mensah Seth Date: Wed, 2 Mar 2022 03:38:31 +0000 Subject: [PATCH] fixed preffered typo (#5948) changed typo from perffered to preffered --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb3a86d96..1cd5ff2a34 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ And **enforce conventions**, for example: - what units, functions, at-rules etc are allowed - consistent patterns for selector names, at-rule names, custom properties etc - maximum specificity or maximum quantity of each selector type -- your perferred notation for color functions, font weight etc +- your preferred notation for color functions, font weight etc There are also rules for enforcing stylistic consistency, but we now recommend you use Stylelint alongside a pretty printer like Prettier. Linters and pretty printers are complementary tools that work together.