Skip to content

Commit 19bd7f4

Browse files
committed
fix: typo
1 parent 88860d1 commit 19bd7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const beautify = require('pretty')
22

33
const isHtmlString = received => received && typeof received === 'string' && received[0] === '<'
44
const isVueWrapper = received => (
5-
recieved &&
5+
received &&
66
typeof received === 'object' &&
77
typeof received.isVueInstance === 'function'
88
)

0 commit comments

Comments
 (0)