Skip to content

Commit

Permalink
change single quotes to double
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily committed Apr 30, 2018
1 parent c4ae2ee commit 6c3c4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/primer-utilities/docs/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Change the font weight, styles, and alignment with these utilities.
<p class="text-emphasized">Emphasized</p>
<p class="text-small">Small</p>
<p class="lead">Bacon ipsum dolor amet tri-tip chicken kielbasa, cow swine beef corned beef ground round prosciutto hamburger porchetta sausage alcatra tail.</p>
<p class='text-mono'>Monospace</p>
<p class="text-mono">Monospace</p>
```

## Text alignment
Expand Down

0 comments on commit 6c3c4f9

Please sign in to comment.