Skip to content

Commit 3275ed8

Browse files
author
shleewhite
committed
chore: add missing punctuation
1 parent f4d0689 commit 3275ed8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/docs/patterns/button-organization/partials/guidelines/grouping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
How actions are grouped can influence what the user perceives as the primary action. Actions grouped correctly can alleviate decision fatigue and help users better understand the outcome of their actions.
44

5-
- Group buttons together that perform similar, related, and inverse functions. This generally refers to functions like "yes/no" or "ok/cancel."
5+
- Group buttons together that perform similar, related, and inverse functions. This generally refers to functions like "yes/no" or "ok/cancel".
66
- Inverse grouping generally helps users to make decisions quicker as their options are limited.
77
- As a best practice, tertiary actions should only be used if they help the user make a decision (linking to a different area of the application or documentation).
88
- Presenting the user with more than one action in this context can be confusing and force the user to question whether they are making the correct decision. Read more about [Hick's Law](https://www.interaction-design.org/literature/article/hick-s-law-making-the-choice-easier-for-users).

website/docs/patterns/button-organization/partials/guidelines/order.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ User edits the settings of a cluster:
5858

5959
A possible exception to this ordering method is in multi-step and progressive flows in which buttons fulfill both a functional purpose (create or edit something) and a navigational purpose (proceed, go back).
6060

61-
- The **directionality** and positive outcome of the overall flow are reinforced by the button order and grouping
61+
- The **directionality** and positive outcome of the overall flow are reinforced by the button order and grouping.
6262
- In a multi-step flow, this type of pattern would persist on the page; the repetitiveness acts as a form of consistency scoped to the feature the pattern is used in.
6363

6464
![Multi-step progressive flow](/assets/patterns/button-organization/multi-step-progressive-flow.png)
@@ -69,7 +69,7 @@ As the viewport size shrinks, buttons should stack vertically in accordance with
6969

7070
- This naturally adheres to our ordering guidelines; button order remains the same, except the container is vertical rather than horizontal.
7171
- This reduces complexity in engineering.
72-
- This ensures our applications meet accessibility conformance in [making the DOM order match the visual order](https://www.w3.org/TR/WCAG20-TECHS/C27.html)
72+
- This ensures our applications meet accessibility conformance in [making the DOM order match the visual order](https://www.w3.org/TR/WCAG20-TECHS/C27.html).
7373

7474
!!! Do
7575

0 commit comments

Comments
 (0)