Skip to content

Commit

Permalink
chore: fix typo (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibulator committed Sep 28, 2022
1 parent c7dd1a4 commit 2419803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/guide/best-practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can learn more about effect scope in [this RFC](https://github.com/vuejs/rfc

### Passing Ref as Argument

In Vue, we use the `setup()` function to constrcut the "connections" between the data and logics. To make it flexible, most of the VueUse function also accpets ref version of the arguments.
In Vue, we use the `setup()` function to construct the "connections" between the data and logics. To make it flexible, most of the VueUse function also accpets ref version of the arguments.

Taking `useTitle` as an example:

Expand Down

0 comments on commit 2419803

Please sign in to comment.