Skip to content

Commit d40bb93

Browse files
committed
fix typo on border radius section rounding sides separately docs
1 parent 2786f1b commit d40bb93

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
@@ -146,7 +146,7 @@ Use the `.rounded-t`, `.rounded-r`, `.rounded-b`, or `.rounded-l` utilities to o
146146
<div class="rounded-t"></div>
147147
<div class="rounded-r"></div>
148148
<div class="rounded-b"></div>
149-
<div class="rounded-t"></div>
149+
<div class="rounded-l"></div>
150150
@endslot
151151
@endcomponent
152152

0 commit comments

Comments
 (0)