Skip to content

Commit

Permalink
Fix typo (#11603)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 24, 2020
1 parent 62e686a commit a33f0d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
@@ -1,4 +1,4 @@
// These packages undet the @babel namespace aren't in this monorepo.
// These packages under the @babel namespace aren't in this monorepo.
const externalBabelPackages = [
"plugin-syntax-async-generators",
"plugin-syntax-bigint",
Expand Down
4 changes: 2 additions & 2 deletions scripts/rollup-plugin-babel-source.js
Expand Up @@ -63,7 +63,7 @@ module.exports = function() {
path.join(packageFolder, "package.json")
);
} catch (e) {
// Some Babel packahes aren't in this repository, but in
// Some Babel packages aren't in this repository
return null;
}

Expand All @@ -76,7 +76,7 @@ module.exports = function() {

return path.join(
packageFolder,
// replace lib with src in the pkg.json entry
// replace lib with src in the package.json entry
filename.replace(/^(\.\/)?lib\//, "src/")
);
},
Expand Down

0 comments on commit a33f0d8

Please sign in to comment.