From d0ed231dba4910a4febb9a47d20fa80d9c97dcc0 Mon Sep 17 00:00:00 2001 From: Matt Wilkinson Date: Fri, 20 Nov 2020 19:29:38 -0500 Subject: [PATCH] docs: fix typo on Component Overview docs (#27919) * fix recommend typo * fix: recommend typo * fix: revert space added to pass Semantic check --- components/overview/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/overview/index.en-US.md b/components/overview/index.en-US.md index 140dc26b0d..fd58f0041f 100644 --- a/components/overview/index.en-US.md +++ b/components/overview/index.en-US.md @@ -4,4 +4,4 @@ title: Components Overview type: Overview --- -`antd` provides plenty of UI components to enrich your web applications, and we will improve components experience consistently. We also recommand some great [Third-Party Libraries](/docs/react/recommendation) additionally. +`antd` provides plenty of UI components to enrich your web applications, and we will improve components experience consistently. We also recommend some great [Third-Party Libraries](/docs/react/recommendation) additionally.