mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
Update reactivity.md
of a of a repeatition, it is fixed by removing "of a"
This commit is contained in:
committed by
Géry Debongnie
parent
dd292472b9
commit
33dfeb1b41
@@ -193,7 +193,7 @@ to be able to opt out of creating them in the first place. This is the purpose o
|
|||||||
### `markRaw`
|
### `markRaw`
|
||||||
|
|
||||||
Marks an object so that it is ignored by the reactivity system, meaning that if this object is ever
|
Marks an object so that it is ignored by the reactivity system, meaning that if this object is ever
|
||||||
part of a of a reactive object, it will be returned as is, and no keys in that object will be
|
part of a reactive object, it will be returned as is, and no keys in that object will be
|
||||||
observed.
|
observed.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|||||||
Reference in New Issue
Block a user