Skip to content

Commit 56509c4

Browse files
committed
fix: correct wording in note about hourlyWage type in instructions.mdx
1 parent d590c83 commit 56509c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/02-Primitive-Types/06-Multiple-of-a-Number/instructions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Now, try to modify the JSON schema given in the <SideEditorLink/> such that `hou
3535
**Constraints**
3636
- `hourlyWage` should be a **multiple of 0.25**
3737
- `hourlyWage` should have **minimum value of 0** and **maximum value of 100**
38-
> **Note**: hourlyWage is a decimal number, so you need to use the `number` type.
38+
> **Note**: hourlyWage is a decimal number, so you will need to use the `number` type.
3939

0 commit comments

Comments
 (0)