From 727efb460b82bc2f60de8800f2d675401b5c671d Mon Sep 17 00:00:00 2001 From: Michael Krasnov Date: Fri, 20 Dec 2019 18:14:05 -0500 Subject: [PATCH] Update docs/src/pages/customization/palette/palette.md Co-Authored-By: Matt --- docs/src/pages/customization/palette/palette.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/customization/palette/palette.md b/docs/src/pages/customization/palette/palette.md index b48c70c2769fba..806d608c966f4d 100644 --- a/docs/src/pages/customization/palette/palette.md +++ b/docs/src/pages/customization/palette/palette.md @@ -120,7 +120,7 @@ Need inspiration? The Material Design team has built an awesome [palette configu Material-UI comes with two palette types, light (the default) and dark. You can make the theme dark by setting `type: 'dark'`. -While it's only a single property value change, internally it modifies the palette. +While it's only a single property value change, internally it modifies several palette values. ```js const darkTheme = createMuiTheme({