Skip to content

Commit 1cf1502

Browse files
committed
chore(tools): fix typos in readme
1 parent 6a468f1 commit 1cf1502

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The seed provides the following tasks:
3737
| `build.bundles.app.ts` | Bundles the JavaScript files using the SystemJS Builder |
3838
| `build.bundles.ts` | Bundles the JavaScript shim dependencies |
3939
| `build.docs.ts` | Builds the documentation for the TypeScript files using `typedoc` |
40-
| `build.html_css.ts` | Builds the `html` and `css` files and applies css postprocessing |
40+
| `build.html_css.ts` | Builds the `html` and `css` files and applies CSS postprocessing |
4141
| `build.index.dev.ts` | Builds the `index.html` for the `dev` environment |
4242
| `build.index.prod.ts` | Builds the `index.html` for the `prod` environment |
4343
| `build.js.dev.ts` | Transpiles the TypeScript files (excluding specs and e2e specs) for the `dev` environment |
@@ -50,7 +50,7 @@ The seed provides the following tasks:
5050
| `clean.dev.ts` | Cleans all files within the `/dist/dev` directory |
5151
| `clean.prod.ts` | Cleans all files within the `/dist/prod` directory |
5252
| `clean.tools.ts` | Cleans all JavaScript files (which got transpiled from the TypeScript files) within the `/tools` directory |
53-
| `copy.js.prod.ts` | Copies all TypeScript files (exluding specs and e2e specs) over to the `/tmp` dir |
53+
| `copy.js.prod.ts` | Copies all TypeScript files (excluding specs and e2e specs) over to the `/tmp` dir |
5454
| `css-lint.ts` | Lints all `css` files using `stylelint` |
5555
| `e2e.ts` | Runs all e2e specs using `protractor` |
5656
| `generate.manifest.ts` | Generates a `manifest` file for the application |
@@ -76,9 +76,9 @@ The seed provides the following utilities:
7676
| Filename | Description |
7777
| :--------------------- | :---------- |
7878
| `clean.ts` | Provides a utility to clean files and directories |
79-
| `code_change_tools.ts` | Provides utilites to make use of BrowserSync to refresh the browser after a code change |
80-
| `server.ts` | Provides utilites to start `express` servers for the application, the documentation and the unit test coverage |
81-
| `task_tools.ts` | Provides utilites to start tasks (matching task names as string input parameters from the `gulpfile.ts` to the corresponding files) |
82-
| `template_locals.ts` | Provides a utiltiy for template locals |
79+
| `code_change_tools.ts` | Provides utilities to make use of BrowserSync to refresh the browser after a code change |
80+
| `server.ts` | Provides utilities to start `express` servers for the application, the documentation and the unit test coverage |
81+
| `task_tools.ts` | Provides utilities to start tasks (matching task names as string input parameters from the `gulpfile.ts` to the corresponding files) |
82+
| `template_locals.ts` | Provides a utility for template locals |
8383
| `tsproject.ts` | Provides a utility to configure the TypeScript transpilation |
8484
| `watch.ts` | Provides a utility to watch for file changes and notify live reloads |

0 commit comments

Comments
 (0)