Skip to content

Commit 6db8183

Browse files
committed
Fix small typo.
1 parent fe22f64 commit 6db8183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/overflow.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Use `.overflow-visible` to prevent content within an element from being clipped.
8787

8888
### Auto
8989

90-
Use `.overflow-auto` to add scrollbars to an element in the event that its content overflows the bounds of that element. Unlike `.overflow-scroll`, which always show scrollbars, this utility will only shown them if scrolling is necessary.
90+
Use `.overflow-auto` to add scrollbars to an element in the event that its content overflows the bounds of that element. Unlike `.overflow-scroll`, which always show scrollbars, this utility will only show them if scrolling is necessary.
9191

9292
@component('_partials.code-sample')
9393
<div class="overflow-scroll h-32 bg-smoke text-slate p-2">

0 commit comments

Comments
 (0)