Fix a few typos.
This commit is contained in:
@@ -18,7 +18,7 @@ exports.ForOfStatement = function (node, parent, scope, file) {
|
||||
// inherit comments from the original loop
|
||||
t.inheritsComments(loop, node);
|
||||
|
||||
// ensure that it's a block so we can take all it's statemetns
|
||||
// ensure that it's a block so we can take all its statements
|
||||
t.ensureBlock(node);
|
||||
|
||||
// add the value declaration to the new loop body
|
||||
|
||||
Reference in New Issue
Block a user