From d6e23f2e5e59cc8c4dd2cc188e6608f314ccd261 Mon Sep 17 00:00:00 2001 From: alexandre Date: Thu, 12 Jan 2023 18:24:15 +0100 Subject: [PATCH] typo --- docs/data/material/customization/typography/typography-zh.md | 2 +- docs/data/material/customization/typography/typography.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/material/customization/typography/typography-zh.md b/docs/data/material/customization/typography/typography-zh.md index 3c0ce30e1b8560..07539d4cfa5b92 100644 --- a/docs/data/material/customization/typography/typography-zh.md +++ b/docs/data/material/customization/typography/typography-zh.md @@ -101,7 +101,7 @@ return ( ); ``` -Note that if you want to add additional `@font-face` declarations, you need to use the string CSS template syntax for adding style overrides, so that the previosly defined `@font-face` declarations won't be replaced. +Note that if you want to add additional `@font-face` declarations, you need to use the string CSS template syntax for adding style overrides, so that the previously defined `@font-face` declarations won't be replaced. ## 字体大小(Font size) diff --git a/docs/data/material/customization/typography/typography.md b/docs/data/material/customization/typography/typography.md index e346ee3203c3d9..e05c317d2f7678 100644 --- a/docs/data/material/customization/typography/typography.md +++ b/docs/data/material/customization/typography/typography.md @@ -80,7 +80,7 @@ return ( ); ``` -Note that if you want to add additional `@font-face` declarations, you need to use the string CSS template syntax for adding style overrides, so that the previosly defined `@font-face` declarations won't be replaced. +Note that if you want to add additional `@font-face` declarations, you need to use the string CSS template syntax for adding style overrides, so that the previously defined `@font-face` declarations won't be replaced. ## Font size