From eefb090dca881a9d2203d47b958c42a847e71fd0 Mon Sep 17 00:00:00 2001 From: Amy Sorto <8575252+amysorto@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:52:23 -0400 Subject: [PATCH] docs: replace incorrect word in M3 theming guide (#28855) (cherry picked from commit e3eef47f80a7c1dda4b538128fed7f530f7cdff1) --- guides/material-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/material-3.md b/guides/material-3.md index 5602aa28d28f..c96ceceaa6b1 100644 --- a/guides/material-3.md +++ b/guides/material-3.md @@ -28,7 +28,7 @@ theme configuration object. The configuration object may have the following prop | Property | Description | | ------------ | --------------------------------------------------------------------------------------------------------------- | | `color` | [Optional] A map of color options. See [customizing your colors](#customizing-your-colors) for details. | -| `typography` | [Optional] A map of color options. See [customizing your typography](#customizing-your-typography) for details. | +| `typography` | [Optional] A map of typography options. See [customizing your typography](#customizing-your-typography) for details. | | `density` | [Optional] A map of density options. See [customizing your density](#customizing-your-density) for details. |