diff --git a/docs/.eleventy.js b/docs/.eleventy.js index b3e302646c2..8ad469cc736 100644 --- a/docs/.eleventy.js +++ b/docs/.eleventy.js @@ -247,7 +247,7 @@ module.exports = function(eleventyConfig) { eleventyConfig.addShortcode("fixable", () => `
- 🛠 Fixable + 🔧 Fixable

if some problems reported by the rule are automatically fixable by the --fix command line option

diff --git a/docs/src/_includes/components/rule-categories.macro.html b/docs/src/_includes/components/rule-categories.macro.html index d8531c2b579..f59f20c2735 100644 --- a/docs/src/_includes/components/rule-categories.macro.html +++ b/docs/src/_includes/components/rule-categories.macro.html @@ -11,7 +11,7 @@ {%- endif -%} {%- if params.fixable -%}
- 🛠 Fixable + 🔧 Fixable

Some problems reported by this rule are automatically fixable by the --fix command line option

@@ -39,7 +39,7 @@ {%- macro fixable() -%}
- 🛠 Fixable + 🔧 Fixable

if some problems reported by the rule are automatically fixable by the --fix command line option

diff --git a/docs/src/_includes/components/rule.macro.html b/docs/src/_includes/components/rule.macro.html index ec8722e976b..e4cf876d0d9 100644 --- a/docs/src/_includes/components/rule.macro.html +++ b/docs/src/_includes/components/rule.macro.html @@ -37,7 +37,7 @@ {%- endif -%}

- 🛠 Fix + 🔧 Fix

💡 Suggestions