From 4c9c55fd384ddcd3e76cd1287fbcff22571009c4 Mon Sep 17 00:00:00 2001 From: Michael Hulet Date: Mon, 13 Apr 2020 16:32:57 +0200 Subject: [PATCH] Fix minor typo in Dashboard docs (#2193) --- website/src/docs/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/dashboard.md b/website/src/docs/dashboard.md index 30b7667dc..d8a17b366 100644 --- a/website/src/docs/dashboard.md +++ b/website/src/docs/dashboard.md @@ -56,7 +56,7 @@ Import general Core styles from `@uppy/core/dist/style.css` first, then add the ⚠️ The `@uppy/dashboard` plugin includes CSS for the Dashboard itself, and the various plugins used by the Dashboard, such as ([`@uppy/status-bar`](/docs/status-bar) and [`@uppy/informer`](/docs/informer)). If you also use the `@uppy/status-bar` or `@uppy/informer` plugin directly, you should not include their CSS files, but instead only use the one from the `@uppy/dashboard` plugin. -Styles for Provider plugins, like Google Drive and Instagram, are also bundled with Dashboard styles. Styles for other plugins, such as `@uppy/url` and `@uppy/webcam`, are not inluded. If you are using those, please see their docs and make sure to include styles for them as well. +Styles for Provider plugins, like Google Drive and Instagram, are also bundled with Dashboard styles. Styles for other plugins, such as `@uppy/url` and `@uppy/webcam`, are not included. If you are using those, please see their docs and make sure to include styles for them as well. ## Options