Skip to content

Commit 9d31e62

Browse files
committed
[docs] Faulty schema
Fixes #231
1 parent 140af8f commit 9d31e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/demos/04_todo/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ can only be one of the values of the `TYPES` array:
6868
+ todos: {
6969
+ text: {type: 'string'},
7070
+ done: {type: 'boolean', default: false},
71-
+ type: {type: 'string', default: 'Home', allow: TYPES},
71+
+ type: {type: 'string', default: 'Home'},
7272
+ },
7373
+};
7474
```

0 commit comments

Comments
 (0)