Skip to content

Commit

Permalink
Merge pull request #1878 from idready/master
Browse files Browse the repository at this point in the history
Fix mispelling
  • Loading branch information
mgechev authored Mar 23, 2017
2 parents d93a07e + 1dcc831 commit 20e68d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The root of this folder contains the following files:
| `README.md` | The documentation of the tools section |
| `utils.ts` | Exports the utilities provided by the seed barrel file (`/utils/seed.utils.ts`) and the project specific barrel file (`/utils/project.utils.ts`) |

The subfolders provide further folders to distinguish between files which are provided by the seed (located in the corresponding `seed` folder) and files which can be specific by project (to be located in the corresponding `project` folder). This helps you to include updates from the `angular-seed` without causing conflicts with you personal customisations.
The subfolders provide further folders to distinguish between files which are provided by the seed (located in the corresponding `seed` folder) and files which can be specific by project (to be located in the corresponding `project` folder). This helps you to include updates from the `angular-seed` without causing conflicts with your personal customisations.

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion tools/tasks/seed/clean.tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Config from '../../config';
/**
* Removes all the js, js.map from the tools directories
*
* NB: this needs to remain syncronus, or check.tools will
* NB: this needs to remain syncronous, or check.tools will
* need to be updated to handle the returned promise/stream
*
*/
Expand Down

0 comments on commit 20e68d5

Please sign in to comment.