Skip to content

Commit

Permalink
Fix case sensitivity issue in const keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed May 30, 2024
1 parent 3ab48c1 commit 6fe879f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions content/01-introduction/05-Enumerated-Values/instructions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,3 @@ Here is how we can define the `role` property in the schema with the type `strin



<GoodToKnowBox>

The values passed to the `const` keyword are **case-sensitive**.

`"const": "employee"` is valid

`"const": "Employee"` is **in**valid

</GoodToKnowBox>

0 comments on commit 6fe879f

Please sign in to comment.