Skip to content

Commit

Permalink
fix typo in generating Angular application command
Browse files Browse the repository at this point in the history
  • Loading branch information
sajidali authored and vsavkin committed May 31, 2019
1 parent 6baca41 commit 319c86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/nx-and-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _How do you do it?_
First, generate an Angular application.

```bash
ng addd @nrwl/angular # Add Angular capabilities to a workspace
ng add @nrwl/angular # Add Angular capabilities to a workspace
ng g @nrwl/angular:app frontend
```

Expand Down

0 comments on commit 319c86d

Please sign in to comment.