Skip to content

Commit 249abb5

Browse files
committed
PR feedback: fix typos
1 parent f2127d1 commit 249abb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/i18n/i18n_number.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const SingleValue: Story = {
2828
},
2929
render: ({ ...args }: EuiI18nNumberProps) => (
3030
<EuiText>
31-
<span>Formated number:</span> <EuiI18nNumber {...args} />
31+
<span>Formatted number:</span> <EuiI18nNumber {...args} />
3232
</EuiText>
3333
),
3434
};
@@ -41,7 +41,7 @@ export const MultipleValues: Story = {
4141
<>
4242
{values.map((value) => (
4343
<EuiText>
44-
<span>Formated number: {value}</span>
44+
<span>Formatted number: {value}</span>
4545
</EuiText>
4646
))}
4747
</>

src/components/link/link.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const meta: Meta<EuiLinkProps> = {
1414
title: 'Navigation/EuiLink',
1515
component: EuiLink,
1616
argTypes: {
17-
// setting up nativ HTML attributes to ensure they show up as control
17+
// setting up native HTML attributes to ensure they show up as control
1818
target: { control: { type: 'text' } },
1919
rel: { control: { type: 'text' } },
2020
disabled: { control: { type: 'boolean' } },

0 commit comments

Comments
 (0)