From 2e6a83461bbe22dbc21c63e69e342da15fc9ae71 Mon Sep 17 00:00:00 2001 From: danh293 <40749040+danh293@users.noreply.github.com> Date: Mon, 2 Jul 2018 15:03:25 +1200 Subject: [PATCH] Small spelling fix --- docs/src/pages/style/typography/typography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/style/typography/typography.md b/docs/src/pages/style/typography/typography.md index de36e38e4c8cac..e87c5a5ce2c0af 100644 --- a/docs/src/pages/style/typography/typography.md +++ b/docs/src/pages/style/typography/typography.md @@ -46,7 +46,7 @@ Material-UI default typography configuration only relies on 300, 400 and 500 fon ## Theme -In some situation you might not be able to use the `Typography` component. +In some situations you might not be able to use the `Typography` component. Hopefully, you might be able to take advantage of the [`typography`](/customization/default-theme?expend-path=$.typography) keys of the theme. {{"demo": "pages/style/typography/TypographyTheme.js"}}