diff --git a/packages/docs/pages/modal.tsx b/packages/docs/pages/modal.tsx
index c0f7bc137..5ddc89ae4 100644
--- a/packages/docs/pages/modal.tsx
+++ b/packages/docs/pages/modal.tsx
@@ -131,8 +131,8 @@ const ModalPage = () => {
Modals
should require that users take an action.
>,
<>
- Modals
should close when users press the Cancel or Primary button, not when merchants
- click or tap the area outside the Modal
.
+ Modals
should close when users press an action button, not when merchants click or
+ tap the area outside the Modal
.
>,
<>
It should be clear why the Modal
was opened.