Skip to content

Commit

Permalink
feat(docs): add comma to a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Navarro committed Mar 14, 2022
1 parent 96759b4 commit 4387610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/pages/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const IconsPage = () => {
title: 'Basic',
render: () => (
<Fragment key="basic">
<Text>To use an icon import the component from the package:</Text>
<Text>To use an icon, import the component from the package:</Text>
<CodeSnippet>{`import { CheckIcon } from '@bigcommerce/big-design-icons';`}</CodeSnippet>
<Text>Use it anywhere in your app:</Text>
<CodePreview>
Expand Down

0 comments on commit 4387610

Please sign in to comment.