Skip to content

Commit 5885723

Browse files
committed
Fixed EOL errors
1 parent b3049b1 commit 5885723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rules/no-aria-hidden-on-focusable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ Enforce that `aria-hidden="true"` is not set on focusable elements or parent of
7474
<template>
7575
<span tabindex='0' aria-hidden='true'><em>Icon</em></span>
7676
</template>
77-
```
77+
```

docs/rules/no-role-presentation-on-focusable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ Enforce that `role="presentation"` is not set on focusable elements or parent of
7474
<template>
7575
<span tabindex='0' role="presentation"><em>Icon</em></span>
7676
</template>
77-
```
77+
```

0 commit comments

Comments
 (0)