Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc0e6b6

Browse files
authoredDec 2, 2023
update useLandmark docs category and aria-label (#5509)
1 parent 378f3ee commit fc0e6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/@react-aria/landmark/docs/useLandmark.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {Keyboard} from '@react-spectrum/text';
1616
import packageData from '@react-aria/landmark/package.json';
1717

1818
---
19-
category: Utilities
19+
category: Interactions
2020
keywords: [landmarks, aria]
2121
---
2222

@@ -103,7 +103,7 @@ function Search(props) {
103103
</ul>
104104
</Navigation>
105105
<Search />
106-
<Region>
106+
<Region aria-label="Example region">
107107
<h2>Region</h2>
108108
<p>Example region with no focusable children.</p>
109109
</Region>