Skip to content

Commit 224b1d3

Browse files
authored
Fix typo on border radius docs
Small mistake on border radius, referencing `.shadow-sm` instead of `.rounded-sm`
1 parent 2786f1b commit 224b1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/border-radius.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ title: "Border Radius"
9494

9595
## Rounded corners
9696

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

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

0 commit comments

Comments
 (0)