diff --git a/redirects.yaml b/redirects.yaml index 7363ddf1..dac958a8 100644 --- a/redirects.yaml +++ b/redirects.yaml @@ -9,6 +9,8 @@ ru: to: quickstart - from: /how-it-work to: quickstart + - from: /syntax/interactive-elements/dropdawn + to: /syntax/interactive-elements/dropdown common: - from: /project/includes to: /syntax/includes diff --git a/ru/syntax/interactive-elements/dropdawn.md b/ru/syntax/interactive-elements/dropdown.md similarity index 100% rename from ru/syntax/interactive-elements/dropdawn.md rename to ru/syntax/interactive-elements/dropdown.md diff --git a/ru/syntax/interactive-elements/index.md b/ru/syntax/interactive-elements/index.md index 164ffc89..55e2f557 100644 --- a/ru/syntax/interactive-elements/index.md +++ b/ru/syntax/interactive-elements/index.md @@ -5,7 +5,7 @@ - [каты](./cuts.md); - [табы](./tabs.md); - [радиобаттоны](./radio.md); -- [дропдаун](./dropdawn.md); +- [дропдаун](./dropdown.md); - [аккордеон](./accordion.md). {% note info %} diff --git a/ru/toc.yaml b/ru/toc.yaml index c0fcc3f0..4539b957 100644 --- a/ru/toc.yaml +++ b/ru/toc.yaml @@ -80,7 +80,7 @@ items: - name: Радиобаттоны href: syntax/interactive-elements/radio.md - name: Дропдаун - href: syntax/interactive-elements/dropdawn.md + href: syntax/interactive-elements/dropdown.md - name: Аккордеон href: syntax/interactive-elements/accordion.md - name: Общие параметры