Skip to content

Commit fa4aca0

Browse files
committed
fix: correct a couple of typos in reactivity-fundamentals.md
vuejs/docs@f9828e0#diff-55ff289006ef954900bf36417b8e59c1586919dd6ca8d8047d053517cacb8a97
1 parent 856187c commit fa4aca0

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 @@ ref がレンダーコンテキスト(render contenxt - [setup()](composition-ap
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
### リアクティブオブジェクト内でのアクセス

0 commit comments

Comments
 (0)