odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.14k stars 344 forks source link

[FIX] Typo docs #1605

Closed Atovange closed 5 months ago

Atovange commented 5 months ago

Missing closing parenthesis in props validation code example

sauc-odoo commented 5 months ago

Hello @Atovange and @aab-odoo , There is an extra closing square bracket in props validation code example of someObj2 prop.

someObj2: {
      type: Object,
      shape: {
        id: Number,
        name: {type: String, optional: true},
        url: String
      ]},
Atovange commented 5 months ago

Hello @Atovange and @aab-odoo , There is an extra closing square bracket in props validation code example of someObj2 prop.

someObj2: {
      type: Object,
      shape: {
        id: Number,
        name: {type: String, optional: true},
        url: String
      ]},

https://github.com/odoo/owl/pull/1606