From c5f74fee066b19b5406a4bfd2cff2b15f4686443 Mon Sep 17 00:00:00 2001 From: Cavell Blood Date: Fri, 28 May 2021 11:56:29 -0500 Subject: [PATCH 1/2] Update wording --- src/pages/docs/drop-shadow.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/drop-shadow.mdx b/src/pages/docs/drop-shadow.mdx index e9d807f50..92713149b 100644 --- a/src/pages/docs/drop-shadow.mdx +++ b/src/pages/docs/drop-shadow.mdx @@ -24,7 +24,7 @@ export const classes = { ## Usage -Use the `drop-shadow-{amount}` utilities alongside the `filter` utility to blur an element. +Use the `drop-shadow-{amount}` utilities alongside the `filter` utility to add drop shadow to an element. ```html
From 371c451d6e4db532297245f577cc17c899eb462e Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Sat, 29 May 2021 15:01:37 -0400 Subject: [PATCH 2/2] Update drop-shadow.mdx --- src/pages/docs/drop-shadow.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/drop-shadow.mdx b/src/pages/docs/drop-shadow.mdx index 92713149b..138b77c56 100644 --- a/src/pages/docs/drop-shadow.mdx +++ b/src/pages/docs/drop-shadow.mdx @@ -24,7 +24,7 @@ export const classes = { ## Usage -Use the `drop-shadow-{amount}` utilities alongside the `filter` utility to add drop shadow to an element. +Use the `drop-shadow-{amount}` utilities alongside the `filter` utility to add a drop shadow to an element. ```html