Skip to content

Commit

Permalink
docs(angular): fix typo in the migration from angular cli docs (#9424)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Mar 21, 2022
1 parent e427de6 commit 8072007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/migration/migration-angular.md
Expand Up @@ -47,7 +47,7 @@ ng add @nrwl/angular
| >= 13.10.0 | `ng add @nrwl/angular` |
| < 13.10.0 | `ng add @nrwl/workspace` |

This installs the `@nrwl/angular` (or `nrwl/workspace`) package into your workspace and runs a generator (or schematic) to transform your workspace. The generator applies the following changes to your workspace:
This installs the `@nrwl/angular` (or `@nrwl/workspace`) package into your workspace and runs a generator (or schematic) to transform your workspace. The generator applies the following changes to your workspace:

- Installs the `nx` and `@nrwl/workspace` packages.
- Creates an `nx.json` file in the root of your workspace.
Expand Down

1 comment on commit 8072007

@vercel
Copy link

@vercel vercel bot commented on 8072007 Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.