From 6db8183e7836992eebc54e9b0a09574ef35c0809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Karnicki?= Date: Fri, 3 Nov 2017 14:41:36 +0100 Subject: [PATCH] Fix small typo. --- docs/source/docs/overflow.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/overflow.blade.md b/docs/source/docs/overflow.blade.md index 4a0830f80c02..b7c0048532c6 100644 --- a/docs/source/docs/overflow.blade.md +++ b/docs/source/docs/overflow.blade.md @@ -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')