From 224b1d3a63444136b6aed4e76df40c82214acf90 Mon Sep 17 00:00:00 2001 From: Belisar Hoxholli Date: Wed, 1 Nov 2017 07:46:07 +0100 Subject: [PATCH] Fix typo on border radius docs Small mistake on border radius, referencing `.shadow-sm` instead of `.rounded-sm` --- docs/source/docs/border-radius.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/border-radius.blade.md b/docs/source/docs/border-radius.blade.md index 719b14583bc7..ffcd0751192a 100644 --- a/docs/source/docs/border-radius.blade.md +++ b/docs/source/docs/border-radius.blade.md @@ -94,7 +94,7 @@ title: "Border Radius" ## Rounded corners -Use the `.rounded`, `.shadow-sm`, or `.rounded-lg` utilities to apply different border radius sizes to an element. +Use the `.rounded`, `.rounded-sm`, or `.rounded-lg` utilities to apply different border radius sizes to an element. @component('_partials.code-sample', ['class' => 'flex justify-around text-sm'])
.rounded-sm