From ae15ea9263405b170cd89a3449643af864d2c62b Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Wed, 7 Aug 2024 18:41:25 +0700 Subject: [PATCH] Update README.md Fix wording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ce14a..2f1ee3b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A linting framework for Bazel You must load and configure the linting framework before anything else. This is because later rulesets that depend on the linting framework will attempt to ensure that linters are configured by registering no-op -implmentations of lint configs. You can do this by: +implementations of lint configs. You can do this by: ```py # WORKSPACE