Skip to content

Commit

Permalink
docs(links): update code to match example
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Jun 14, 2017
1 parent dcbe51e commit da0e4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/html/3-Foundational-Elements/1-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The underline style distinguishes these as interactive elements.
### Standard links

<div class="example example--type">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vel velit massa. Sed <a href="#" class="link link--descent">dapibus risus</a> ac augue laoreet, ac venenatis tellus lobortis.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vel velit massa. Sed <a href="#" class="link link--descent">dapibus</a> risus ac augue laoreet, ac venenatis tellus lobortis.</p>
</div>

```html
Expand Down

0 comments on commit da0e4fe

Please sign in to comment.