docs: add missing comma to environment config in build guide (#27476)

PR Close #27476
This commit is contained in:
Ronen Gelman 2018-12-05 13:18:56 +02:00 committed by Ben Lesh
parent 5638c1d507
commit 7df9040c05
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ The following sets content sets default values for the production build target:
```
export const environment = {
production: true
production: true,
apiUrl: 'http://my-prod-url'
};
```