Skip to content

Commit f9828e0

Browse files
fix: correct a couple of typos in reactivity-fundamentals.md (#853)
Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent d7b0ca0 commit f9828e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/guide/reactivity-fundamentals.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ 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 need to access the actual object instance, you can wrap it in a `reactive`:
7878

79-
```js
80-
nested: reactive({
81-
count
82-
})
83-
```
79+
```js
80+
nested: reactive({
81+
count
82+
})
83+
```
8484
:::
8585

8686
### Access in Reactive Objects

0 commit comments

Comments
 (0)