From 057aa07ec33e948bb7f63c5f025becce803a14ce Mon Sep 17 00:00:00 2001 From: Hunter Date: Sat, 8 Dec 2018 14:57:54 -0500 Subject: [PATCH] Fix small grammar mistake (#28330) Switch "an native shell" to "a native shell" --- guide/english/ionic/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/ionic/index.md b/guide/english/ionic/index.md index 35ae1a3768..61d8c605f9 100644 --- a/guide/english/ionic/index.md +++ b/guide/english/ionic/index.md @@ -9,7 +9,7 @@ Hybrid apps have many benefits over pure native apps, specifically in terms of p ### Building Hybrid Apps With Ionic -Those familiar with web development will find the structure of an Ionic app straightforward. At its core, it’s just a web page running in an native app shell! That means we can use any kind of HTML, CSS, and Javascript we want. +Those familiar with web development will find the structure of an Ionic app straightforward. At its core, it’s just a web page running in a native app shell! That means we can use any kind of HTML, CSS, and Javascript we want. As of Ionic 2, the framwork uses Angular (previously using AngularJS), please see seperate freeCodeCamp guides on Angular.