Skip to content

Commit

Permalink
Update reactivity.md
Browse files Browse the repository at this point in the history
of a of a repeatition, it is fixed by removing "of a"
  • Loading branch information
kobros-tech authored and ged-odoo committed Mar 21, 2024
1 parent dd29247 commit 33dfeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/reactivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ to be able to opt out of creating them in the first place. This is the purpose o
### `markRaw`

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.

```js
Expand Down

0 comments on commit 33dfeb1

Please sign in to comment.