From 36d099d55a312111da140901511d1a19fb86ba99 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 22 Jun 2021 17:14:07 -0400 Subject: [PATCH] chore(): fix typos in v6 beta doc (#23489) --- BETA.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BETA.md b/BETA.md index a4585f5e06..e7e4221b67 100644 --- a/BETA.md +++ b/BETA.md @@ -68,7 +68,7 @@ Check out https://beta.ionicframework.com/docs for the Framework v6 documentatio ### Ionic Angular -Ionic Angular developer should first begin by upgrading to the latest version of Angular. As of Framework v6, Angular 11+ is required. +Ionic Angular developers should first begin by upgrading to the latest version of Angular. As of Framework v6, Angular 11+ is required. Please see https://update.angular.io/ for a guide on how to update to the latest version of Angular. @@ -84,7 +84,7 @@ After that, you should be good to go! Check out https://beta.ionicframework.com/ ### Ionic Core -Developers using `@ionic/core` directly should can install the Framework v6 beta directly: +Developers using `@ionic/core` directly should install the Framework v6 beta directly: ```shell npm install @ionic/core@next @@ -104,4 +104,4 @@ After that, you should be good to go! Check out https://beta.ionicframework.com/ Feedback should be provided on our GitHub repo by creating a new issue: https://github.com/ionic-team/ionic-framework/issues/new/choose -Please note in the issue title that you are using the Framework v6 beta! \ No newline at end of file +Please note in the issue title that you are using the Framework v6 beta!