From 5bf0e123154e0418d84defeec4c48250d52f9426 Mon Sep 17 00:00:00 2001 From: zhangenming <282126346@qq.com> Date: Sat, 21 Aug 2021 13:22:10 +0800 Subject: [PATCH] It could be a mistake --- src/guide/reactivity-fundamentals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/reactivity-fundamentals.md b/src/guide/reactivity-fundamentals.md index 49caf3256f..baddc43a41 100644 --- a/src/guide/reactivity-fundamentals.md +++ b/src/guide/reactivity-fundamentals.md @@ -74,7 +74,7 @@ When a ref is returned as a property on the render context (the object returned ``` :::tip -If you don't need to access the actual object instance, you can wrap it in a `reactive`: +If you don't want to access the actual object instance, you can wrap it in a `reactive`: ```js nested: reactive({