We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88860d1 commit 19bd7f4Copy full SHA for 19bd7f4
index.js
@@ -2,7 +2,7 @@ const beautify = require('pretty')
2
3
const isHtmlString = received => received && typeof received === 'string' && received[0] === '<'
4
const isVueWrapper = received => (
5
- recieved &&
+ received &&
6
typeof received === 'object' &&
7
typeof received.isVueInstance === 'function'
8
)
0 commit comments