diff --git a/packages/docs/pages/icons.tsx b/packages/docs/pages/icons.tsx index 7b44dab6f..11a8118c3 100644 --- a/packages/docs/pages/icons.tsx +++ b/packages/docs/pages/icons.tsx @@ -66,7 +66,7 @@ const IconsPage = () => { title: 'Basic', render: () => ( - To use an icon import the component from the package: + To use an icon, import the component from the package: {`import { CheckIcon } from '@bigcommerce/big-design-icons';`} Use it anywhere in your app: