From 5c0043984f338a43eb14bdb5ca55a5fc83c976f5 Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 28 May 2020 19:40:15 -0500 Subject: [PATCH] Fix a smol typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c3e9f2..ce9119e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ For the main `water.css` file, dark is only treated as a _default theme_: if a u #### Want to support Internet Explorer? -All three distrubutions of Water.css support Internet Explorer 11, but the main `water.css` file **doesn't respect the user's color scheme** and will be locked to dark mode due to lack of `prefers-color-scheme` support. +All three distributions of Water.css support Internet Explorer 11, but the main `water.css` file **doesn't respect the user's color scheme** and will be locked to dark mode due to lack of `prefers-color-scheme` support. Be aware that IE also doesn't support [runtime theming](#theming), and fixed fallback values will be used. If you want to override the Water.css theme, we recommend that you [compile your own theme](#compiling-your-own-theme).