Skip to content

Commit

Permalink
Update packages/babel-traverse/src/path/family.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Zhu <hi@henryzoo.com>
  • Loading branch information
JLHwung and hzoo committed Apr 1, 2021
1 parent bb89512 commit f761901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-traverse/src/path/family.ts
Expand Up @@ -153,7 +153,7 @@ function getStatementListCompletion(
// whose completion value we can not determine, otherwise it would have been
// replaced by `replaceBreakStatementInBreakCompletion`
// When we have seen normal completions from the last statement
// it is safe to stop pupulating break and mark normal completions as break
// it is safe to stop populating break and mark normal completions as break
normalCompletionToBreak(lastNormalCompletions);
completions = completions.concat(lastNormalCompletions);
// Declarations have empty completion record, however they can not be nested
Expand Down

0 comments on commit f761901

Please sign in to comment.