Skip to content

Commit 39b367b

Browse files
authored
Correction of a mistake in useBreadCrumbs.ts (#3607)
Just a small and baby correction 👀
1 parent cf9ab24 commit 39b367b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria/breadcrumbs/src/useBreadcrumbs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface BreadcrumbsAria {
2424

2525
/**
2626
* 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.
27+
* Breadcrumbs display a hierarchy of links to the current page or resource in an application.
2828
*/
2929
export function useBreadcrumbs(props: AriaBreadcrumbsProps): BreadcrumbsAria {
3030
let {

0 commit comments

Comments
 (0)