From 7c131465be35015aebbe6a86e86ef48ed616fa47 Mon Sep 17 00:00:00 2001 From: BeADre Date: Tue, 3 Aug 2021 09:38:15 +0800 Subject: [PATCH] docs(result): fix typo (#2787) --- website/docs/en-US/result.md | 2 +- website/docs/es/result.md | 2 +- website/docs/fr-FR/result.md | 2 +- website/docs/jp/result.md | 2 +- website/docs/zh-CN/result.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/en-US/result.md b/website/docs/en-US/result.md index 5334e37c91..28b9d400fe 100644 --- a/website/docs/en-US/result.md +++ b/website/docs/en-US/result.md @@ -72,5 +72,5 @@ Used to give feedback on the result of user's operation or access exception. |------|--------| | icon | custom icon | | title | custom title | -| sub-title | custom sub title | +| subTitle | custom sub title | | extra | custom extra area | diff --git a/website/docs/es/result.md b/website/docs/es/result.md index 5334e37c91..28b9d400fe 100644 --- a/website/docs/es/result.md +++ b/website/docs/es/result.md @@ -72,5 +72,5 @@ Used to give feedback on the result of user's operation or access exception. |------|--------| | icon | custom icon | | title | custom title | -| sub-title | custom sub title | +| subTitle | custom sub title | | extra | custom extra area | diff --git a/website/docs/fr-FR/result.md b/website/docs/fr-FR/result.md index 1b633d28f0..07418d30b8 100644 --- a/website/docs/fr-FR/result.md +++ b/website/docs/fr-FR/result.md @@ -70,5 +70,5 @@ Used to give feedback on the result of user's operation or access exception. |------|--------| | icon | custom icon | | title | custom title | -| sub-title | custom sub title | +| subTitle | custom sub title | | extra | custom extra area | diff --git a/website/docs/jp/result.md b/website/docs/jp/result.md index 5334e37c91..28b9d400fe 100644 --- a/website/docs/jp/result.md +++ b/website/docs/jp/result.md @@ -72,5 +72,5 @@ Used to give feedback on the result of user's operation or access exception. |------|--------| | icon | custom icon | | title | custom title | -| sub-title | custom sub title | +| subTitle | custom sub title | | extra | custom extra area | diff --git a/website/docs/zh-CN/result.md b/website/docs/zh-CN/result.md index b7b52cca72..9a8e49d191 100644 --- a/website/docs/zh-CN/result.md +++ b/website/docs/zh-CN/result.md @@ -72,5 +72,5 @@ |------|--------| | icon | 自定义图标 | | title | 自定义标题 | -| sub-title | 自定义二级标题 | +| subTitle | 自定义二级标题 | | extra | 自定义底部额外区域 |