Skip to content

Commit

Permalink
Merge pull request tailwindlabs#76 from mkarnicki/fix-typo
Browse files Browse the repository at this point in the history
Fix small typo.
  • Loading branch information
adamwathan authored Nov 3, 2017
2 parents edb5c04 + 6db8183 commit 113d101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/docs/overflow.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 113d101

Please sign in to comment.