Skip to content

Commit f548932

Browse files
marqdevxsebromero
andauthored
Update scripts/validation/rules/tutorial-metadata-schema.json
Co-authored-by: Sebastian Romero <s.romero@arduino.cc>
1 parent a2e0f2d commit f548932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validation/rules/tutorial-metadata-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"difficulty": {
3333
"type": "string",
34-
"enum": ["Easy", "Intermediate", "Advanced"]
34+
"enum": ["beginner", "intermediate", "advanced"]
3535
},
3636
"hero_position": {
3737
"type": "integer"

0 commit comments

Comments
 (0)