docs: fix typo "jsob" to "json"

This commit is contained in:
Fredrik Lundin 2018-06-01 14:44:44 +02:00 committed by Alex Eagle
parent 37e8f55fa7
commit f63a228f34

View File

@ -28,7 +28,7 @@ This is useful for using different code or variables when creating a new build.
By default no file is replaced in the build. By default no file is replaced in the build.
You can add additional configurations as required. You can add additional configurations as required.
To add a **staging** environment, create a copy of `src/environments/environment.ts` called `src/environments/environment.staging.ts`, then add a `staging` configuration to `angular.jsob`: To add a **staging** environment, create a copy of `src/environments/environment.ts` called `src/environments/environment.staging.ts`, then add a `staging` configuration to `angular.json`:
```json ```json
"configurations": { "configurations": {