From 6d3f9a534cdaf15cbe5d6d6777af494e28f9db5d Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Wed, 14 Apr 2021 09:53:54 +0200 Subject: [PATCH] chore: adjust texts Component group overview --- docs/components/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/index.md b/docs/components/index.md index a2a9287a0..e89d06660 100644 --- a/docs/components/index.md +++ b/docs/components/index.md @@ -9,8 +9,8 @@ For organizational purposes, we split them into the following groups. 2. [Icons](./icons/icon/overview.md)
Loading and displaying icons. 3. [Inputs](./inputs/overview.md)
- Input components that lets you make complex forms with ease, including validation. + Input components that let you make complex forms with ease, including validation. 4. [Interaction](./interaction/button/overview.md)
- A set of interactive components. + A set of interactive components like dialogs, tooltips, buttons and switches. 5. [Navigation](./navigation/pagination/overview.md)
- The reasoning behind some of our decisions. + Navigational components like pagination and steps.