From 608b8a1a45d863c26c7ad754bdcaa96cb9c722b3 Mon Sep 17 00:00:00 2001 From: Faizanahmed Saiyed <119733178+Faizanahmedsy@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:22:01 +0530 Subject: [PATCH 1/2] Update quickstart.md added 'to get started' instead of 'to begin' --- docs/react/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/quickstart.md b/docs/react/quickstart.md index bb9f77e8cc0..188a030601d 100644 --- a/docs/react/quickstart.md +++ b/docs/react/quickstart.md @@ -21,7 +21,7 @@ In this guide, we'll go over the basics of both React and Ionic, including any I ## Creating a project with the Ionic CLI -To begin, let's install the latest version of the Ionic CLI. +To get started, let's install the latest version of the Ionic CLI. ```shell npm install -g @ionic/cli From dbb0ee696d2215426f1b39fc8c61f05b9dc9721c Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Wed, 2 Aug 2023 09:51:52 -0700 Subject: [PATCH 2/2] docs(quickstart): change wording for installing CLI --- docs/vue/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vue/quickstart.md b/docs/vue/quickstart.md index 20b8adc86f1..331ab3f864e 100644 --- a/docs/vue/quickstart.md +++ b/docs/vue/quickstart.md @@ -21,7 +21,7 @@ In this guide, we will go over the basics of both Vue and Ionic Framework, inclu ## Creating a project with the Ionic CLI -To begin, let's install the latest version of the Ionic CLI. +To get started, let's install the latest version of the Ionic CLI. ```shell npm install -g @ionic/cli@latest