From 01a32fba76f165d32d2b835eb21bef05aec18e91 Mon Sep 17 00:00:00 2001 From: Akash Date: Wed, 24 Jun 2020 02:25:33 +0530 Subject: [PATCH] Fixed Typo is examples -> are examples --- docs/disabling-linters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 0efb4d27..567a6e2a 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -1,7 +1,7 @@ # Disabling linters and Rules If you find you need to ignore certain **errors** and **warnings**, you will need to know the *format* to disable the **Super-Linter** rules. Below is examples and documentation for each language and the various methods to disable. - +Below are examples and documentation for each language and various methods to disable. ## Table of Linters - [Ruby](#ruby) - [Shell](#shell)