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"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
Get Start
|
Get Started
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -293,7 +293,7 @@ exports[`renders components/flex/demo/combination.tsx correctly 1`] = `
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
Get Start
|
Get Started
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -23,7 +23,7 @@ const App: React.FC = () => (
|
|||||||
“antd is an enterprise-class UI design language and React UI library.”
|
“antd is an enterprise-class UI design language and React UI library.”
|
||||||
</Typography.Title>
|
</Typography.Title>
|
||||||
<Button type="primary" href="https://ant.design" target="_blank">
|
<Button type="primary" href="https://ant.design" target="_blank">
|
||||||
Get Start
|
Get Started
|
||||||
</Button>
|
</Button>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
Loading…
Reference in New Issue
Block a user