Skip to content

Commit

Permalink
docs: fix typo in the schematics ng update
Browse files Browse the repository at this point in the history
am -> an or probably even better the
  • Loading branch information
mprinc authored and kyliau committed Mar 11, 2020
1 parent 0e83ce1 commit b918e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specifications/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The schematic performs the following steps, in order:
## Library Developers
Libraries are responsible for defining their own update schematics. The `ng update` tool will update the package.json, and if it detects am `"ng-update"` key in package.json of the library, will run the update schematic on it (with version information metadata).
Libraries are responsible for defining their own update schematics. The `ng update` tool will update the package.json, and if it detects the `"ng-update"` key in package.json of the library, will run the update schematic on it (with version information metadata).
If a library does not define the `"ng-update"` key in their package.json, they are considered not supporting the update workflow and `ng update` is basically equivalent to `npm install`.
Expand Down

0 comments on commit b918e71

Please sign in to comment.