diff --git a/www/apps/book/app/basics/modules-and-services/page.mdx b/www/apps/book/app/basics/modules-and-services/page.mdx index 3802d14e67..15e01c33ad 100644 --- a/www/apps/book/app/basics/modules-and-services/page.mdx +++ b/www/apps/book/app/basics/modules-and-services/page.mdx @@ -118,7 +118,7 @@ npm run dev Finally, send a `GET` request to `/store/custom`: ```bash apiTesting testApiUrl="http://localhost:9000/store/custom" testApiMethod="GET" -curl http://locahost:9000/store/custom +curl http://localhost:9000/store/custom ``` You’ll receive the following response: