Skip to content

Commit

Permalink
docs(Chip): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Nov 9, 2024
1 parent 39a297a commit d885979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Chip/Chip.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Default as DefaultChipIcon } from './ChipIcon.stories';
* <Chip>
* <ChipIcon name="eye" />
* <ChipLabel isStrong>325</ChipLabel>
* <ChipLable>companies</ChipLable>
* <ChipLabel>companies</ChipLabel>
* </Chip>
* ```
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/Chip/InteractiveChip.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Stack } from '../layout';
* <InteractiveChip as={Link} to="/scorecard" onClick={() => { trackEvent('navigate'); }}>
* <ChipIcon name="eye" />
* <ChipLabel isStrong>325</ChipLabel>
* <ChipLable>companies</ChipLable>
* <ChipLabel>companies</ChipLabel>
* </InteractiveChip>
* ```
* ## Using as links and with external routers
Expand Down

0 comments on commit d885979

Please sign in to comment.