Skip to content

Commit d5f829f

Browse files
fix typo in story
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
1 parent cc88a28 commit d5f829f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/Common/Modal/index.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type Meta = MetaObj<typeof ChangelogModal>;
88
export const Default: Story = {
99
args: {
1010
open: false,
11-
heading: 'Node.js Versions Infomation',
11+
heading: 'Node.js Versions Information',
1212
subheading: 'Get all information about Node.js versions and their changes.',
1313
children: (
1414
<>

0 commit comments

Comments
 (0)