Skip to content

Commit 82cbc3b

Browse files
authored
It could be a mistake (#1196)
1 parent 0e75029 commit 82cbc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reactivity-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ When a ref is returned as a property on the render context (the object returned
7474
```
7575

7676
:::tip
77-
If you don't need to access the actual object instance, you can wrap it in a `reactive`:
77+
If you don't want to access the actual object instance, you can wrap it in a `reactive`:
7878

7979
```js
8080
nested: reactive({

0 commit comments

Comments
 (0)