Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 0821afd

Browse files
amuramotodanbucholtz
authored andcommitted
docs(readme): fix typos (#462)
1 parent e039d46 commit 0821afd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Just the bullet list above is a little overwhelming, and each task requires quit
3333
Note that the [Ionic Framework's](https://github.com/driftyco/ionic) source is made up of modules and can be packaged by any bundler or build process. However, this project's goal is provide simple scripts to make building Ionic apps easier, while also allowing developers to further configure their build process.
3434

3535

36-
### NPM Scripts
36+
### npm Scripts
3737

38-
Instead of depending on external task runners, Ionic App Scripts now prefers being executed from [NPM scripts](https://docs.npmjs.com/misc/scripts). Ionic's NPM scripts come preconfigured within the project's `package.json` file. For example, this is the default setup for npm scripts within each starters:
38+
Instead of depending on external task runners, Ionic App Scripts now prefers being executed from [npm scripts](https://docs.npmjs.com/misc/scripts). Ionic's npm scripts come preconfigured in the project's `package.json` file. For example, this is the default setup for npm scripts in each starter:
3939

4040
```
4141
"scripts": {
@@ -53,7 +53,7 @@ npm run build
5353

5454
## Custom Configuration
5555

56-
In many cases, the defaults which Ionic provides covers most of the scenarios required by developers. However, Ionic App Scripts does provide multiple ways to configure and override the defaults for each of the various tasks. Note that Ionic will always apply its defaults for any property that was not provided by custom configuration.
56+
In many cases, the defaults which Ionic provides cover most of the scenarios required by developers; however, Ionic App Scripts does provide multiple ways to configure and override the defaults for each of the various tasks. Note that Ionic will always apply its defaults for any property that was not provided by custom configuration.
5757

5858
[Default Config Files](https://github.com/driftyco/ionic-app-scripts/tree/master/config)
5959

@@ -71,7 +71,7 @@ Ionic projects use the `package.json` file for configuration. There's a handy [c
7171

7272
### Command-line Flags
7373

74-
Remember how we're actually running `ionic-app-scripts` from the `scripts` property of project's `package.json` file? Well we can also add command-line flags to each script, or make new scripts with these custom flags. For example:
74+
Remember how we're actually running `ionic-app-scripts` from the `scripts` property of a project's `package.json` file? Well we can also add command-line flags to each script, or make new scripts with these custom flags. For example:
7575

7676
```
7777
"scripts": {
@@ -138,7 +138,7 @@ Please take a look at the bottom of the [default Rollup config file](https://git
138138

139139
## All Available Tasks
140140

141-
These tasks are available within `ionic-app-scripts` and can be added to NPM scripts or any Node command.
141+
These tasks are available within `ionic-app-scripts` and can be added to npm scripts or any Node command.
142142

143143
| Task | Description |
144144
|------------|-----------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)