diff --git a/docs/rules/no-static-element-interactions.md b/docs/rules/no-static-element-interactions.md index fcfa47553..147ea1b2a 100644 --- a/docs/rules/no-static-element-interactions.md +++ b/docs/rules/no-static-element-interactions.md @@ -21,7 +21,7 @@ Indicate the element's role with the `role` attribute: onClick={onClickHandler} onKeyPress={onKeyPressHandler} role="button" - tabIndex="0"> + tabindex="0"> Save ```