From df3c7ad99ddad22598538038fae62cc3ccbf5dbc Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Tue, 2 Mar 2021 09:45:41 +0200 Subject: [PATCH] [Docs] Document the similarity between html-has-lang and lang --- docs/rules/html-has-lang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/html-has-lang.md b/docs/rules/html-has-lang.md index e99c390ec..649706e0c 100644 --- a/docs/rules/html-has-lang.md +++ b/docs/rules/html-has-lang.md @@ -1,6 +1,6 @@ # html-has-lang - elements must have the lang prop. + elements must have the lang prop. This rule is largely superseded by the [`lang` rule](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/docs/rules/lang.md). ## Rule details