Skip to content

Commit 20e68d5

Browse files
authored
Merge pull request #1878 from idready/master
Fix mispelling
2 parents d93a07e + 1dcc831 commit 20e68d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The root of this folder contains the following files:
1414
| `README.md` | The documentation of the tools section |
1515
| `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`) |
1616

17-
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.
17+
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.
1818

1919
## Configuration
2020

tools/tasks/seed/clean.tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Config from '../../config';
66
/**
77
* Removes all the js, js.map from the tools directories
88
*
9-
* NB: this needs to remain syncronus, or check.tools will
9+
* NB: this needs to remain syncronous, or check.tools will
1010
* need to be updated to handle the returned promise/stream
1111
*
1212
*/

0 commit comments

Comments
 (0)