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 12742ae commit f5d5e9dCopy full SHA for f5d5e9d
dev/lib/index.js
@@ -239,7 +239,7 @@ function compiler(options) {
239
listStack.push(index)
240
} else {
241
const tail = listStack.pop()
242
- assert(typeof tail === 'number', 'expected list ot be open')
+ assert(typeof tail === 'number', 'expected list to be open')
243
index = prepareList(events, tail, index)
244
}
245
0 commit comments