From b8d1ada01348cf83a1aa330e21b00a97146583b1 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 30 Mar 2020 16:16:30 +0200 Subject: [PATCH] Update docs/src/pages/styles/advanced/advanced.md Co-Authored-By: Sebastian Silbermann --- docs/src/pages/styles/advanced/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/styles/advanced/advanced.md b/docs/src/pages/styles/advanced/advanced.md index ef973857640fc2..85e2b53acbc598 100644 --- a/docs/src/pages/styles/advanced/advanced.md +++ b/docs/src/pages/styles/advanced/advanced.md @@ -6,7 +6,7 @@ Add a `ThemeProvider` to the top level of your app to pass a theme down the React component tree. Then, you can access the theme object in style functions. -> This example creates a minimalist theme object. Head to the [theming section](/customization/theming/) if you intend to use some of the Material-UI's components. You need to provide a richer theme structure using the `createMuiTheme()` method. +> This example creates a theme object for custom-built components. If you intend to use some of the Material-UI's components you need to provide a richer theme structure using the `createMuiTheme()` method. Head to the the [theming section](/customization/theming/) to learn how to build your custom Material-UI theme. ```jsx import { ThemeProvider } from '@material-ui/core/styles';