Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change single quotes to double
  • Loading branch information
Emily committed Apr 30, 2018
commit 6c3c4f988d3a644d38ace736a5142fee437f536d
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