From f24081a05721727ff4d54423dffcd20abf89a61c Mon Sep 17 00:00:00 2001 From: Harish Krishnan Date: Fri, 5 Jul 2024 15:22:41 +0530 Subject: [PATCH] docs: Update configuration.md - Fix grammatical error --- content/techniques/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/techniques/configuration.md b/content/techniques/configuration.md index c321900de2..eb7c5b44e7 100644 --- a/content/techniques/configuration.md +++ b/content/techniques/configuration.md @@ -576,7 +576,7 @@ export class AppModule {} #### Using in the `main.ts` -While our config is a stored in a service, it can still be used in the `main.ts` file. This way, you can use it to store variables such as the application port or the CORS host. +While our config is stored in a service, it can still be used in the `main.ts` file. This way, you can use it to store variables such as the application port or the CORS host. To access it, you must use the `app.get()` method, followed by the service reference: