Skip to content

Commit 0c278b7

Browse files
authored
Update docs/rules/a11y-no-title-usage.md
1 parent 295fa79 commit 0c278b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/a11y-no-title-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {RelativeTime} from '@primer/react'
1818
const App = () => <RelativeTime date={new Date('2020-01-01T00:00:00Z')} />
1919
```
2020

21-
The `noTitle` attribute can be omitted because its default value is `true` internally.
21+
The noTitle attribute is true by default, so it can be omitted.
2222

2323
## With alternative tooltip
2424

0 commit comments

Comments
 (0)