Skip to content

Commit 6f0894d

Browse files
authored
Merge pull request #8 from blissjaspis/master
fix typo on border radius section rounding sides separately docs
2 parents 5b35b41 + d40bb93 commit 6f0894d

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)