Skip to content

Commit

Permalink
fix: breadcrumbs doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev committed Dec 3, 2024
1 parent f24edcb commit bad9304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/lab/Breadcrumbs/README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ LANDING_BLOCK-->

### Интеграция с роутерами

Компонент `Breadcrumbs` принимает функцию навигации от роутера для управления навигацией на стороне клиента в программном режиме.
Компонент `Breadcrumbs` принимает функцию навигации от роутера для программного управления навигацией на стороне клиента.
На примере ниже показана общая схема:

```jsx
Expand Down
4 changes: 2 additions & 2 deletions src/components/lab/Breadcrumbs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ LANDING_BLOCK-->

### Integration with routers

The `Breadcrumbs` component accepts the navigation function received from your router for managing the client-side navigation in a software-based mode.
The example below shows the general pattern:
The `Breadcrumbs` component accepts navigate function received from your router for performing a client side navigation programmatically.
The following example shows the general pattern.

```jsx
function Header() {
Expand Down

0 comments on commit bad9304

Please sign in to comment.