Skip to content

Commit

Permalink
Merge pull request #6 from belisarh/patch-1
Browse files Browse the repository at this point in the history
Fix typo on border radius docs
  • Loading branch information
reinink authored Nov 1, 2017
2 parents f9a93ca + 224b1d3 commit 7242171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/docs/border-radius.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ title: "Border Radius"

## Rounded corners

Use the `.rounded`, `.shadow-sm`, or `.rounded-lg` utilities to apply different border radius sizes to an element.
Use the `.rounded`, `.rounded-sm`, or `.rounded-lg` utilities to apply different border radius sizes to an element.

@component('_partials.code-sample', ['class' => 'flex justify-around text-sm'])
<div class="bg-grey-light mr-3 p-4 rounded-sm">.rounded-sm</div>
Expand Down

0 comments on commit 7242171

Please sign in to comment.