Skip to content

Commit d7b0ca0

Browse files
authored
chore: fix typos (#852)
* chore: fix type ::tip to :::tip * chore: fix nested typo
1 parent 3e5e52e commit d7b0ca0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/reactivity-fundamentals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ When a ref is returned as a property on the render context (the object returned
7373
</script>
7474
```
7575

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

7979
```js
80-
rested: reactive({
80+
nested: reactive({
8181
count
8282
})
8383
```
84-
::
84+
:::
8585

8686
### Access in Reactive Objects
8787

0 commit comments

Comments
 (0)