Update reactivity.md

of a of a repeatition, it is fixed by removing "of a"
This commit is contained in:
Mohamed Alkobrosli
2024-03-20 23:07:39 +03:00
committed by Géry Debongnie
parent dd292472b9
commit 33dfeb1b41
+1 -1
View File
@@ -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