Fix grammer issue

This commit is contained in:
Adam Wathan 2017-10-30 20:05:56 -04:00
parent ada7846d64
commit a13fdbc5fb

View File

@ -142,7 +142,7 @@ For more information about Tailwind's responsive design features, check out the
## Customizing
By default Tailwind provides three drop shadow utilities, one inner shadow utility, and a utility for removing existing shadows. You change, add, or remove these by editing the `shadows` section of your Tailwind config.
By default Tailwind provides three drop shadow utilities, one inner shadow utility, and a utility for removing existing shadows. You can change, add, or remove these by editing the `shadows` section of your Tailwind config.
If a `default` shadow is provided, it will be used for the non-suffixed `.shadow` utility. Any other keys will be used as suffixes, for example the key `'2'` will create a corresponding `.shadow-2` utility.