From fb906a87e88401bdaabaf3216300c4848b8b0888 Mon Sep 17 00:00:00 2001 From: thebyteman Date: Tue, 15 May 2018 16:28:42 -0400 Subject: [PATCH] docs(aio): fix typo (#23925) PR Close #23925 --- .../shared/boilerplate/cli/src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/tools/examples/shared/boilerplate/cli/src/environments/environment.ts b/aio/tools/examples/shared/boilerplate/cli/src/environments/environment.ts index 012182efa3..bed42878cd 100644 --- a/aio/tools/examples/shared/boilerplate/cli/src/environments/environment.ts +++ b/aio/tools/examples/shared/boilerplate/cli/src/environments/environment.ts @@ -1,5 +1,5 @@ // This file can be replaced during build by using the `fileReplacements` array. -// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`. +// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`. // The list of file replacements can be found in `angular.json`. export const environment = {