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 cf9ab24 commit 39b367bCopy full SHA for 39b367b
packages/@react-aria/breadcrumbs/src/useBreadcrumbs.ts
@@ -24,7 +24,7 @@ export interface BreadcrumbsAria {
24
25
/**
26
* Provides the behavior and accessibility implementation for a breadcrumbs component.
27
- * Breadcrumbs display a heirarchy of links to the current page or resource in an application.
+ * Breadcrumbs display a hierarchy of links to the current page or resource in an application.
28
*/
29
export function useBreadcrumbs(props: AriaBreadcrumbsProps): BreadcrumbsAria {
30
let {
0 commit comments