diff --git a/docs/flavors.html b/docs/flavors.html index 296001f..0ca9a0a 100644 --- a/docs/flavors.html +++ b/docs/flavors.html @@ -50,7 +50,7 @@
<link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css">-
The default flavor for mini.css uses a light gray background and gray-black foreground color. Certain containers, such as cards and tabs use white-gray backgrounds. The grid system has 12 columns and most of the components and modules use sharp corners and light border colors. All of the colors used in this flavor are loosely based on Google's Material design color palette.
+The default flavor for mini.css uses a light gray background and gray-black foreground color. Certain containers, such as cards and tabs use white-gray backgrounds. The grid system has 12 columns and most of the components and modules use sharp corners and light border colors. All of the colors used in this flavor are loosely based on Google's Material design color palette.
Author: Chalarangelo
Size: 7 KB
diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index de726fc..3a9ac15 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -1303,3 +1303,7 @@ - Rebuilt flavors to latest version. - Updated docs. - Released patch. + +## 20171018 + +- Fixed a typo in the `flavors` doc page.