Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix small typo in babel plugin comment
Browse files Browse the repository at this point in the history
sgomes committed Sep 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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() {

0 comments on commit 05d8b9d

Please sign in to comment.