From a4b9a8c879ba51304bb97d856c97c3faad70f8ae Mon Sep 17 00:00:00 2001 From: Isaac Mann Date: Wed, 5 Jul 2023 12:04:08 -0400 Subject: [PATCH] docs(core): fix formatting --- docs/shared/guides/use-environment-variables-in-angular.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,