Skip to content

Commit b918e71

Browse files
mprinckyliau
authored andcommitted
docs: fix typo in the schematics ng update
am -> an or probably even better the
1 parent 0e83ce1 commit b918e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specifications/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The schematic performs the following steps, in order:
6363
6464
## Library Developers
6565
66-
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).
66+
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).
6767
6868
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`.
6969

0 commit comments

Comments
 (0)