Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the ordered list discrepancy on getting started page #665

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed the typo
bhavukkalra committed Apr 19, 2024
commit ec4966719955251c3c3967f5fc61c3c8cf8356c9
2 changes: 1 addition & 1 deletion pages/learn/getting-started-step-by-step.md
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ Using the product catalog example, `productId` is a numeric value that uniquely

To add the `properties` object to the schema:

1. Add the `properties` validation keyword to the end of the (test1)schema:
1. Add the `properties` validation keyword to the end of the schema:

```jsonc
...