diff --git a/packages/babel-preset-default/replace-polyfills.js b/packages/babel-preset-default/replace-polyfills.js index 1e93c73c4a826..a3a68cc5f84e9 100644 --- a/packages/babel-preset-default/replace-polyfills.js +++ b/packages/babel-preset-default/replace-polyfills.js @@ -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() {