[FIX] Typo docs

Missing closing parenthesis in props validation code example
This commit is contained in:
Giorgio (gito)
2024-04-22 10:49:26 +02:00
committed by aab-odoo
parent fddb1ec924
commit c0667a11c6
+1 -1
View File
@@ -238,7 +238,7 @@ class ComponentB extends owl.Component {
count: {type: Number},
messages: {
type: Array,
element: {type: Object, shape: {id: Boolean, text: String }
element: {type: Object, shape: {id: Boolean, text: String }}
},
date: Date,
combinedVal: [Number, Boolean],