From f63a228f343470d348f609cc324e569b3cc59d32 Mon Sep 17 00:00:00 2001 From: Fredrik Lundin Date: Fri, 1 Jun 2018 14:44:44 +0200 Subject: [PATCH] docs: fix typo "jsob" to "json" --- docs/documentation/stories/application-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/stories/application-environments.md b/docs/documentation/stories/application-environments.md index 6dc5f94815..635bc2d39f 100644 --- a/docs/documentation/stories/application-environments.md +++ b/docs/documentation/stories/application-environments.md @@ -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. 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 "configurations": {