From 51feca2f3588bd3672474bf4aee748c9a3b7c88f Mon Sep 17 00:00:00 2001 From: Firuz <43540889+vfiruz97@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:40:04 +0500 Subject: [PATCH] Update curl command example in documentation --- doc/site/docs/01-getting-started/02-hello-world-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/site/docs/01-getting-started/02-hello-world-example.md b/doc/site/docs/01-getting-started/02-hello-world-example.md index fd89e04e..0a8889f5 100644 --- a/doc/site/docs/01-getting-started/02-hello-world-example.md +++ b/doc/site/docs/01-getting-started/02-hello-world-example.md @@ -49,7 +49,7 @@ dart bin/hello_world.dart Then, open your browser and visit `http://localhost:8080/user/Nova/age/27`, or use curl: ```bash -curl http://localhost:8080/user/Nova/age/37 +curl http://localhost:8080/user/Nova/age/27 ``` You should see: