Skip to content

Commit

Permalink
Fix small typo in babel plugin comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomes committed Sep 13, 2024
1 parent b1c837d commit 05d8b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/babel-preset-default/replace-polyfills.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Babel plugin that looks for `core-js` imports (or requires)
// and replaces them magic comments to mark the file as depending
// on wp-polyfill.
// and replaces them with magic comments to mark the file as
// depending on wp-polyfill.
function replacePolyfills() {
return {
pre() {
Expand Down

0 comments on commit 05d8b9d

Please sign in to comment.