Skip to content

Commit

Permalink
Fix broken whitespace in Icon documentation (#616)
Browse files Browse the repository at this point in the history
* Update icon.docs.mdx

added empty space to fix run on from "an" "aria"

* Update packages/pharos-site/static/guidelines/icon.docs.mdx

---------

Co-authored-by: Dane Hillard <github@danehillard.com>
  • Loading branch information
david-corneail and daneah authored Jan 4, 2024
1 parent 32df434 commit 2d841d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pharos-site/static/guidelines/icon.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ import BestPractices from '@components/statics/BestPractices.tsx';
<PageSection title="Code expectations" subSectionLevel={1} lessMargin>
<ul>
<li>
If the icon is purely decorative and is accompanied by text, the icon should have an
If the icon is purely decorative and is accompanied by text, the icon should have an{' '}
<code>aria-hidden="true"</code> on the SVG to avoid being redundant.
</li>
<li>
Expand Down

0 comments on commit 2d841d6

Please sign in to comment.