Skip to content

Commit

Permalink
[docs] Fix "breadcrumbs" spelling (#4297)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Oct 22, 2024
1 parent 597bd15 commit b023ffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Just like [`DashboardLayout`](/toolpad/core/react-dashboard-layout/), `PageConta

## Title and Breadcrumbs

The breacrumbs are formed by matching the current pathname with the navigation structure defined in the [`AppProvider`](/toolpad/core/react-app-provider/). The title of the matched segment is used as the page title. You can override the page title with the `title` property.
The breadcrumbs are formed by matching the current pathname with the navigation structure defined in the [`AppProvider`](/toolpad/core/react-app-provider/). The title of the matched segment is used as the page title. You can override the page title with the `title` property.

For example, under the following navigation structure:

Expand Down

0 comments on commit b023ffb

Please sign in to comment.