From 21bb74d16f0178d56d4b7de88044353a44cafdbe Mon Sep 17 00:00:00 2001 From: mgechev Date: Wed, 21 Aug 2019 12:17:14 -0700 Subject: [PATCH] docs: improve structure (#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 d8025afcad..8d4c6c405d 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -57,7 +57,7 @@ This method is for development and testing only, and is not a supported or secur 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`. +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. You can then use the `ng deploy` command to deploy that project. For example, the following command automatically deploys a project to Firebase.