Skip to content

Commit

Permalink
docs: Update setProps.md (#1856)
Browse files Browse the repository at this point in the history
change 'could' to 'should'
  • Loading branch information
dyerjos authored Jun 8, 2021
1 parent 83aa823 commit 9efab90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/wrapper/setProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Sets `Wrapper` `vm` props and forces update.

::: warning
`setProps` could be called only for top-level component, mounted by `mount` or `shallowMount`
`setProps` should be called only for top-level component, mounted by `mount` or `shallowMount`
:::

```js
Expand Down

0 comments on commit 9efab90

Please sign in to comment.