From 1a697bb9a5c6fa056fe2fe0d435f17ec4b5737b8 Mon Sep 17 00:00:00 2001 From: Punit Kulal Date: Mon, 24 Jul 2023 18:19:00 +0530 Subject: [PATCH] fix: typo in quickstart document --- docs/docs/guides/1_quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/1_quickstart.md b/docs/docs/guides/1_quickstart.md index 6aa15944..eb049f15 100644 --- a/docs/docs/guides/1_quickstart.md +++ b/docs/docs/guides/1_quickstart.md @@ -137,7 +137,7 @@ $ stencil schema list --host localhost:8000 # Get list of versions available for particular schema. These versions are auto generated. # Version numbers managed by stencil. -$ stencil schema version example -n quickstart --host ocalhost:8000 +$ stencil schema version example -n quickstart --host localhost:8000 # Download specific version of particular schema $ stencil schema get example --version 1 --host localhost:8000