Fix small grammar mistake (#28330)

Switch "an native shell" to "a native shell"
This commit is contained in:
Hunter
2018-12-08 14:57:54 -05:00
committed by Christopher McCormack
parent 7d1037847f
commit 057aa07ec3

View File

@ -9,7 +9,7 @@ Hybrid apps have many benefits over pure native apps, specifically in terms of p
### Building Hybrid Apps With Ionic ### Building Hybrid Apps With Ionic
Those familiar with web development will find the structure of an Ionic app straightforward. At its core, its 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, its 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. As of Ionic 2, the framwork uses Angular (previously using AngularJS), please see seperate freeCodeCamp guides on Angular.