diff --git a/docs/rules/no-restricted-attr-values.md b/docs/rules/no-restricted-attr-values.md index 34ad0c43..b1481970 100644 --- a/docs/rules/no-restricted-attr-values.md +++ b/docs/rules/no-restricted-attr-values.md @@ -31,7 +31,7 @@ This rule takes an array of option objects. Each object can contain the followin ```js module.exports = { rules: { - "@html-eslint/no-restricted-attrs": [ + "@html-eslint/no-restricted-attr-values": [ "error", { attrPatterns: ["class", "alt"],