docs(readme): fix minor typos in readmes (#14259)

This commit is contained in:
Peter Blazejewicz
2018-04-02 16:11:27 +02:00
committed by Brandy Carney
parent f237b7f3a9
commit 7aa5d059ad
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ Additionally, within this package is a `dist/ionic.js` file and accompanying `di
## Framework Bindings
The `@ionic/core` package can by used in simple HTML, or by vanilla JavaScript without any framework at all. Ionic also has packages that make it easiesr to integrate Ionic into a framework's traditional ecosystem and patterns. (However, at the lowest-level framework bindings are still just using Ionic Core and Web Components).
The `@ionic/core` package can by used in simple HTML, or by vanilla JavaScript without any framework at all. Ionic also has packages that make it easier to integrate Ionic into a framework's traditional ecosystem and patterns. (However, at the lowest-level framework bindings are still just using Ionic Core and Web Components).
* [@ionic/angular](https://www.npmjs.com/package/@ionic/angular)

View File

@@ -20,7 +20,7 @@ Make sure you are inside the `core` directory.
npm run dev
With the `dev` command, Ionic components will be built with [Stencil](https://stenciljs.com/), changes to source files are warched, a local http server will startup, and http://localhost:3333/ will open in a browser.
With the `dev` command, Ionic components will be built with [Stencil](https://stenciljs.com/), changes to source files are watched, a local http server will startup, and http://localhost:3333/ will open in a browser.
### 4. Preview