[FIX] Typo docs

Fixed brackets on props validation example
This commit is contained in:
Giorgio (gito)
2024-04-22 11:29:35 +02:00
committed by aab-odoo
parent c0667a11c6
commit b63d1e28b2
+2 -1
View File
@@ -276,7 +276,8 @@ class ComponentB extends owl.Component {
id: Number,
name: {type: String, optional: true},
url: String
]}, // object, with keys id (number), name (string, optional) and url (string)
}
}, // object, with keys id (number), name (string, optional) and url (string)
someObj3: {
type: Object,
values: { type: Array, element: String },