File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 </ >
Original file line number Diff line number Diff 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' } } ,
You can’t perform that action at this time.
0 commit comments