diff options
author | Pascal Borreli <pascal@borreli.com> | 2018-04-27 08:50:05 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-04-27 08:50:05 +0000 |
commit | 12e3eff462077008143146181c81f77204d1a8a9 (patch) | |
tree | 3a7c1cf7ae9004a27df9d1c3d942a138185a3ee2 /doc/development/ux_guide | |
parent | 740f0bb126a4e7da94d9d0181d2023b14113c93e (diff) | |
download | gitlab-ce-12e3eff462077008143146181c81f77204d1a8a9.tar.gz |
Fixed typos
Diffstat (limited to 'doc/development/ux_guide')
-rw-r--r-- | doc/development/ux_guide/components.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/ux_guide/components.md b/doc/development/ux_guide/components.md index 012c64be79f..b57520a00e0 100644 --- a/doc/development/ux_guide/components.md +++ b/doc/development/ux_guide/components.md @@ -219,7 +219,7 @@ Blocks are a way to group related information. #### Content blocks -Content blocks (`.content-block`) are the basic grouping of content. They are commonly used in [lists](#lists), and are separated by a botton border. +Content blocks (`.content-block`) are the basic grouping of content. They are commonly used in [lists](#lists), and are separated by a button border. ![Content block](img/components-contentblock.png) @@ -281,7 +281,7 @@ Modals are only used for having a conversation and confirmation with the user. T | Modal with 2 actions | Modal with 3 actions | Special confirmation | | --------------------- | --------------------- | -------------------- | -| ![two-actions](img/modals-general-confimation-dialog.png) | ![three-actions](img/modals-three-buttons.png) | ![spcial-confirmation](img/modals-special-confimation-dialog.png) | +| ![two-actions](img/modals-general-confimation-dialog.png) | ![three-actions](img/modals-three-buttons.png) | ![special-confirmation](img/modals-special-confimation-dialog.png) | > TODO: Special case for modal. |