Skip to content

Commit f63a228

Browse files
fredrik-lundinalexeagle
authored andcommitted
docs: fix typo "jsob" to "json"
1 parent 37e8f55 commit f63a228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/stories/application-environments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is useful for using different code or variables when creating a new build.
2828
By default no file is replaced in the build.
2929

3030
You can add additional configurations as required.
31-
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`:
31+
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`:
3232

3333
```json
3434
"configurations": {

0 commit comments

Comments
 (0)