Skip to content

Commit d9c3f7b

Browse files
committed
Fix typo in border radius example
1 parent be3f9d3 commit d9c3f7b

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
@@ -356,7 +356,7 @@ For more information about Tailwind's responsive design features, check out the
356356
</div>
357357
@endslot
358358
@slot('code')
359-
<div class="none:rounded sm:rounded-t md:rounded-b-lg lg:rounded-none xlrounded-r ...">
359+
<div class="none:rounded sm:rounded-t md:rounded-b-lg lg:rounded-none xl:rounded-r ...">
360360
<!-- ... -->
361361
</div>
362362
@endslot

0 commit comments

Comments
 (0)