diff --git a/src/components/Icons/iconChangelogData.ts b/src/components/Icons/iconChangelogData.ts index feb907d436..0d7c11e312 100644 --- a/src/components/Icons/iconChangelogData.ts +++ b/src/components/Icons/iconChangelogData.ts @@ -14,7 +14,7 @@ export const changelogData: ChangelogData[] = [ version: "3.0.1", type: "Update", affects: ["Documentation", "Functionality"], - notes: ["Addsed the editorMode (pencil) icon."], + notes: ["Added the editorMode (pencil) icon."], }, { date: "2024-03-14", diff --git a/src/components/Modal/Modal.mdx b/src/components/Modal/Modal.mdx index 0324c122ad..a40b7f1d37 100644 --- a/src/components/Modal/Modal.mdx +++ b/src/components/Modal/Modal.mdx @@ -225,8 +225,9 @@ export const ModalStory = (args) => { ## Default Heading Text -By default, the `Modal` component will render a DS level `h2` and size `h4` `Heading` component when -a string is passed to the `headingText` prop. +By default, the `Modal` component will render a DS level `h2` and size +`heading4` `Heading` component when a string is passed to the `headingText` +prop.