demo: fixed a grammatical error (#46343)

* Fixed a grammatical error | "start" -> "started"

Fixed the issue of tense on the button at the example in flex section of the documentation

Signed-off-by: Abhay Aggarwal <97821733+abhay-ag@users.noreply.github.com>

* added the jest snapshots

---------

Signed-off-by: Abhay Aggarwal <97821733+abhay-ag@users.noreply.github.com>
This commit is contained in:
Abhay Aggarwal 2023-12-09 15:59:30 +05:30 committed by GitHub
parent b5084a3da9
commit 985b7ac889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -297,7 +297,7 @@ exports[`renders components/flex/demo/combination.tsx extend context correctly 1
target="_blank"
>
<span>
Get Start
Get Started
</span>
</a>
</div>

View File

@ -293,7 +293,7 @@ exports[`renders components/flex/demo/combination.tsx correctly 1`] = `
target="_blank"
>
<span>
Get Start
Get Started
</span>
</a>
</div>

View File

@ -23,7 +23,7 @@ const App: React.FC = () => (
antd is an enterprise-class UI design language and React UI library.
</Typography.Title>
<Button type="primary" href="https://ant.design" target="_blank">
Get Start
Get Started
</Button>
</Flex>
</Flex>