From 33dfeb1b4153d07cd064167d589d844ea9d3f91d Mon Sep 17 00:00:00 2001 From: Mohamed Alkobrosli <93363076+kobros-tech@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:07:39 +0300 Subject: [PATCH] Update reactivity.md of a of a repeatition, it is fixed by removing "of a" --- doc/reference/reactivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/reactivity.md b/doc/reference/reactivity.md index fbf09889e..9eef36e6c 100644 --- a/doc/reference/reactivity.md +++ b/doc/reference/reactivity.md @@ -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