Fix small typo.

This commit is contained in:
Michał Karnicki 2017-11-03 14:41:36 +01:00
parent fe22f647f2
commit 6db8183e78

View File

@ -87,7 +87,7 @@ Use `.overflow-visible` to prevent content within an element from being clipped.
### Auto
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.
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.
@component('_partials.code-sample')
<div class="overflow-scroll h-32 bg-smoke text-slate p-2">