docs: typos and examples fixes (#11954)

* docs: typos and examples fixes

* fix notification example
This commit is contained in:
Shahed Nasser
2025-03-24 09:33:22 +02:00
committed by GitHub
parent c6f2f444ed
commit 2ec59ddadc
18 changed files with 11639 additions and 11661 deletions
@@ -50,7 +50,7 @@ export default async function helloWorldLoader({
}: LoaderOptions) {
const logger = container.resolve("logger")
logger.info("[helloWorldLoader]: Hello, World!")
logger.info("[HELLO MODULE] Just started the Medusa application!")
}
```