From 46044ea412ec53f7e12411850ee8574cf34bcc1d Mon Sep 17 00:00:00 2001 From: Chris Connors <35537391+chrisconnors-ibm@users.noreply.github.com> Date: Thu, 27 May 2021 14:22:01 -0400 Subject: [PATCH] Update index.mdx typo to fix anchor link from "Actions: The main actions needed to complete or cancel the dialog task. Button groupings change based on modal variant. Use descriptive words for the actions like Add, Delete, Save and avoid vague words like Done or OK." original line 60: "[Button groupings](/patterns/dialog-pattern#buttons-groups) change based on" fixed line 60: "[Button groupings](/patterns/dialog-pattern#button-groups) change based on" --- src/pages/patterns/dialog-pattern/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/patterns/dialog-pattern/index.mdx b/src/pages/patterns/dialog-pattern/index.mdx index 42c17626bd1..780195ee628 100644 --- a/src/pages/patterns/dialog-pattern/index.mdx +++ b/src/pages/patterns/dialog-pattern/index.mdx @@ -57,7 +57,7 @@ immediately apparent to the user, with a clear and obvious path to completion. 2. **Body:** Contains the information and/or controls needed to complete the dialog’s task. It can include message text and components. 3. **Actions:** The main actions needed to complete or cancel the dialog task. - [Button groupings](/patterns/dialog-pattern#buttons-groups) change based on + [Button groupings](/patterns/dialog-pattern#button-groups) change based on modal variant. Use descriptive words for the actions like Add, Delete, Save and avoid vague words like Done or OK. 4. **x:** The close `x` icon will close the dialog without submitting any data.