Skip to content

Commit

Permalink
chore: typo (vitest-dev#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexpeartha committed Feb 8, 2022
1 parent fb37135 commit dcc010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useNetwork/index.md
Expand Up @@ -16,7 +16,7 @@ const { isOnline, offlineAt, downlink, downlinkMax, effectiveType, saveData, typ
console.log(isOnline.value)
```

To use as an object, wrapper it with `reactive()`
To use as an object, wrap it with `reactive()`

```js
import { reactive } from 'vue'
Expand Down

0 comments on commit dcc010d

Please sign in to comment.