mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 11:18:14 +08:00
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:
parent
b5084a3da9
commit
985b7ac889
@ -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>
|
||||
|
@ -293,7 +293,7 @@ exports[`renders components/flex/demo/combination.tsx correctly 1`] = `
|
||||
target="_blank"
|
||||
>
|
||||
<span>
|
||||
Get Start
|
||||
Get Started
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user