diff --git a/docs/shared/guides/use-environment-variables-in-angular.md b/docs/shared/guides/use-environment-variables-in-angular.md index 8dd2c8d1cb..5477bb5376 100644 --- a/docs/shared/guides/use-environment-variables-in-angular.md +++ b/docs/shared/guides/use-environment-variables-in-angular.md @@ -106,7 +106,8 @@ Alternatively, you can set the variable when running a terminal command by using - MacOS & Linux: `NX_API_URL=http://localhost:9999 npm run build-prod` - Windows: `set NX_API_URL=http://localhost:9999 & npm run build-prod` - {% /callout %} + +{% /callout %} Finally, We can use environment variables in our code. For example,