From 1d1ab37546c7e38f0aa050d953deaaee4876b3bb Mon Sep 17 00:00:00 2001 From: mgechev Date: Wed, 21 Aug 2019 12:12:30 -0700 Subject: [PATCH] docs: fix typo (#32227) PR Close #32227 --- aio/content/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 53cc7bff09..d8025afcad 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -55,7 +55,7 @@ This method is for development and testing only, and is not a supported or secur ### Automatic deployment with the CLI -The Angluar CLI command `ng deploy` (introduced in version 8.3.0) executes the `deploy` [CLI builder](https://angular.io/guide/cli-builder) associated with your project. A number of third-party builders implement deployment capabilities to different platforms. You can add any of them to your project by running `ng add [package name]`. +The Angular CLI command `ng deploy` (introduced in version 8.3.0) executes the `deploy` [CLI builder](https://angular.io/guide/cli-builder) associated with your project. A number of third-party builders implement deployment capabilities to different platforms. You can add any of them to your project by running `ng add [package name]`. When you add a package with deployment capability, it'll automatically update your workspace configuration (`angular.json` file) with a `deploy` section for the selected project. As the next step, to deploy your project you can run `ng deploy`.