Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ynhhoJ authored Jan 29, 2023
1 parent d83da0e commit 6b38fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ This rule takes one object argument of type object that defines an associative a

```jsx
<a id='my-id'></a> <!-- Good: id is provided-->
<input id='my-id' /> <!-- Good: id is provided-->
<input id='my-id' /> <!-- Good: id is provided-->
```

### Fail
Expand Down

0 comments on commit 6b38fdc

Please sign in to comment.