Skip to content

Commit 9efab90

Browse files
authored
docs: Update setProps.md (#1856)
change 'could' to 'should'
1 parent 83aa823 commit 9efab90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api/wrapper/setProps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Sets `Wrapper` `vm` props and forces update.
1010

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

1515
```js

0 commit comments

Comments
 (0)