Skip to content

Commit

Permalink
fix: typo in quickstart document
Browse files Browse the repository at this point in the history
  • Loading branch information
punit-kulal committed Jul 24, 2023
1 parent 5fa5dca commit 1a697bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/1_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a697bb

Please sign in to comment.