Skip to content

Commit

Permalink
docs: fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Sep 7, 2024
1 parent 86de87d commit 7d7f168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Consider you have a JSON document of an employee:
- `name` with value `John Doe` (string)
- `age` with value `25` (integer)

**Task:** You are given an incorrect *schema* for above JSON data on the <SideEditorLink/>. Change the `type` of `age` property to from `number` to `integer` and validate the JSON data.
**Task:** You are given an incorrect *schema* for above JSON data on the <SideEditorLink/>. Change the `type` of `age` property from `number` to `integer` and validate the schema.

0 comments on commit 7d7f168

Please sign in to comment.