From d3111c0be51a261e4126625e00e981bc62025212 Mon Sep 17 00:00:00 2001 From: Pob Ch <590650@gmail.com> Date: Sat, 24 Feb 2024 09:23:04 +0700 Subject: [PATCH] docs: fix typo in customize-theme.en-US.md (#47572) Signed-off-by: Pob Ch <590650@gmail.com> --- docs/react/customize-theme.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/customize-theme.en-US.md b/docs/react/customize-theme.en-US.md index 979f3e6032..9877ce2a98 100644 --- a/docs/react/customize-theme.en-US.md +++ b/docs/react/customize-theme.en-US.md @@ -17,7 +17,7 @@ In version 5.0, we provide a new way to customize themes. Different from the les ## Basic Usage -In version 5.0 we call the smallest element that affects the theme **Design Token**. By modifying the Design Token, we can present various themes or components. You can pass `theme` to `ConfigProvider`` to customize theme. After migrate to V5, theme of V5 will be applied by default. +In version 5.0 we call the smallest element that affects the theme **Design Token**. By modifying the Design Token, we can present various themes or components. You can pass `theme` to `ConfigProvider` to customize theme. After migrate to V5, theme of V5 will be applied by default. :::warning