We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e75029 commit 82cbc3bCopy full SHA for 82cbc3b
src/guide/reactivity-fundamentals.md
@@ -74,7 +74,7 @@ When a ref is returned as a property on the render context (the object returned
74
```
75
76
:::tip
77
-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`:
78
79
```js
80
nested: reactive({
0 commit comments