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

Commit 3744b3e

Browse files
huerlisidanbucholtz
authored andcommitted
docs(README): fix typo in task description (#717)
1 parent de27982 commit 3744b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ These tasks are available within `ionic-app-scripts` and can be added to npm scr
176176
| `copy` | Run the copy tasks, which by defaults copies the `src/assets/` and `src/index.html` files to `www`. |
177177
| `lint` | Run the linter against the source `.ts` files, using the `tslint.json` config file at the root. |
178178
| `minify` | Minifies the output JS bundle and compresses the compiled CSS. |
179-
| `sass` | Sass compilation of used modules. Bundling must have as least ran once before Sass compilation. |
179+
| `sass` | Sass compilation of used modules. Bundling must have at least ran once before Sass compilation. |
180180
| `watch` | Runs watch for dev builds. |
181181

182182
Example NPM Script:

0 commit comments

Comments
 (0)