From 985b7ac889ffa3dba8318de44fa115c5080268d9 Mon Sep 17 00:00:00 2001 From: Abhay Aggarwal <97821733+abhay-ag@users.noreply.github.com> Date: Sat, 9 Dec 2023 15:59:30 +0530 Subject: [PATCH] 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> --- .../flex/__tests__/__snapshots__/demo-extend.test.ts.snap | 2 +- components/flex/__tests__/__snapshots__/demo.test.ts.snap | 2 +- components/flex/demo/combination.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/flex/__tests__/__snapshots__/demo-extend.test.ts.snap b/components/flex/__tests__/__snapshots__/demo-extend.test.ts.snap index 6b20f73f7e..97ab8f084e 100644 --- a/components/flex/__tests__/__snapshots__/demo-extend.test.ts.snap +++ b/components/flex/__tests__/__snapshots__/demo-extend.test.ts.snap @@ -297,7 +297,7 @@ exports[`renders components/flex/demo/combination.tsx extend context correctly 1 target="_blank" > - Get Start + Get Started diff --git a/components/flex/__tests__/__snapshots__/demo.test.ts.snap b/components/flex/__tests__/__snapshots__/demo.test.ts.snap index 6d50abb1f5..e1790761bd 100644 --- a/components/flex/__tests__/__snapshots__/demo.test.ts.snap +++ b/components/flex/__tests__/__snapshots__/demo.test.ts.snap @@ -293,7 +293,7 @@ exports[`renders components/flex/demo/combination.tsx correctly 1`] = ` target="_blank" > - Get Start + Get Started diff --git a/components/flex/demo/combination.tsx b/components/flex/demo/combination.tsx index 05cc57f098..ec10f06b37 100644 --- a/components/flex/demo/combination.tsx +++ b/components/flex/demo/combination.tsx @@ -23,7 +23,7 @@ const App: React.FC = () => ( “antd is an enterprise-class UI design language and React UI library.”