From 7aa5d059ad63a057d382db38843436ba65628abc Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Mon, 2 Apr 2018 16:11:27 +0200 Subject: [PATCH] docs(readme): fix minor typos in readmes (#14259) --- core/README.md | 2 +- core/scripts/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/README.md b/core/README.md index 6ddee2268a..dc7d427ffe 100644 --- a/core/README.md +++ b/core/README.md @@ -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) diff --git a/core/scripts/readme.md b/core/scripts/readme.md index f04cd86045..323dcc3bab 100644 --- a/core/scripts/readme.md +++ b/core/scripts/readme.md @@ -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