Skip to content

Commit

Permalink
fix: fixed error in breakpoint word
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev committed Nov 8, 2024
1 parent f2bcb12 commit 576d130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Progress/README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ LANDING_BLOCK-->

<!--/GITHUB_BLOCK-->

## Брейк-поинты
## Брейкпоинты

Для установки брейк-поинтов в компоненте `Progress` используется свойство `colorStops`.
Для установки брейкпоинтов в компоненте `Progress` используется свойство `colorStops`.

<!--LANDING_BLOCK
Expand Down Expand Up @@ -235,7 +235,7 @@ LANDING_BLOCK-->
| Имя | Описание | Тип | Значение по умолчанию |
| :-------------- | :--------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------: | :-------------------: |
| className | HTML-атрибут `class`. | `string` | |
| colorStops | Задает брейк-поинты с темами. | ` Array<{theme: string; stop: number;}>` | |
| colorStops | Задает брейкпоинты с темами. | ` Array<{theme: string; stop: number;}>` | |
| colorStopsValue | Устанавливает значение для выбора текущей точки остановки цвета или альтернативное значение для `colorStops`. Диапазон значений — от 0 до 100. | `number` | |
| loading | Включает или отключает состояние `loading`. | `boolean` | `false` |
| size | Задает размер прогресс-бара. Отображение текста доступно только при размере `"m"`. | `string` | `"m"` |
Expand Down

0 comments on commit 576d130

Please sign in to comment.