Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/zh/api/wrapper/getComponent.md
Co-authored-by: Adrià Fontcuberta <[email protected]>
  • Loading branch information
TinyWisp and afontcu authored Oct 14, 2020
commit 3abbeab539decaf75ad03deca965ca45eb837583
2 changes: 1 addition & 1 deletion docs/zh/api/wrapper/getComponent.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ expect(() => wrapper.getComponent({ name: 'does-not-exist' }))
.to.throw()
.with.property(
'message',
"Unable to find a component named 'does-not-exist' within: <div>the actual DOM here...</div>"
"Unable to get a component named 'does-not-exist' within: <div>the actual DOM here...</div>"
)
```