We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295fa79 commit 0c278b7Copy full SHA for 0c278b7
docs/rules/a11y-no-title-usage.md
@@ -18,7 +18,7 @@ import {RelativeTime} from '@primer/react'
18
const App = () => <RelativeTime date={new Date('2020-01-01T00:00:00Z')} />
19
```
20
21
-The `noTitle` attribute can be omitted because its default value is `true` internally.
+The noTitle attribute is true by default, so it can be omitted.
22
23
## With alternative tooltip
24
0 commit comments