Skip to content

Commit

Permalink
docs(angular): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MSakamaki authored and FrozenPandaz committed Dec 18, 2020
1 parent 110fe37 commit 43f9df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/angular/guides/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The Nx core team have gained a lot of experience migrating large workspaces over
If you ran `ng update` and saw the error telling you to use `nx migrate`, do the following:

- `git checkout .`
- `git clean -f .
- `git clean -f .`
- `rm -rf node_modules`
- `npm install` (or `yarn install`)
- `nx migrate latest`
Expand Down

0 comments on commit 43f9df9

Please sign in to comment.