Skip to content

Commit ee8c311

Browse files
authored
chore(docs): Update making-your-site-accessible (#23723)
1 parent f6a48cf commit ee8c311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/making-your-site-accessible.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For more on supported rules, check out the docs for [`eslint-plugin-jsx-a11y`](h
4444
"extends": ["react-app", "plugin:jsx-a11y/recommended"],
4545
"plugins": ["jsx-a11y"],
4646
"rules": {
47-
"jsx-a11y/rule-name": "warning"
47+
"jsx-a11y/rule-name": "warn"
4848
}
4949
}
5050
```

0 commit comments

Comments
 (0)