Skip to content

Commit

Permalink
feat(docs): update sentence in dos section
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Navarro committed Feb 11, 2022
1 parent cdb48ee commit 5de4266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/pages/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ const ModalPage = () => {
<Code primary>Modals</Code> should require that users take an action.
</>,
<>
<Code primary>Modals</Code> should close when users press the Cancel or Primary button, not when merchants
click or tap the area outside the <Code primary>Modal</Code>.
<Code primary>Modals</Code> should close when users press an action button, not when merchants click or
tap the area outside the <Code primary>Modal</Code>.
</>,
<>
It should be clear why the <Code primary>Modal</Code> was opened.
Expand Down

0 comments on commit 5de4266

Please sign in to comment.