Skip to content

Commit f24081a

Browse files
docs: Update configuration.md
- Fix grammatical error
1 parent abdf6b4 commit f24081a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ export class AppModule {}
576576

577577
#### Using in the `main.ts`
578578

579-
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.
579+
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.
580580

581581
To access it, you must use the `app.get()` method, followed by the service reference:
582582

0 commit comments

Comments
 (0)