Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuzman committed Mar 28, 2024
1 parent 181e3b6 commit 9d63d61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Icons/iconChangelogData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 3 additions & 2 deletions src/components/Modal/Modal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Canvas of={ModalStories.DefaultHeading} />

Expand Down

0 comments on commit 9d63d61

Please sign in to comment.