diff --git a/markdown/dev/guides/v3/migration/en.md b/markdown/dev/guides/v3/migration/en.md index 5b56ba3877e..0c7f5b684d1 100644 --- a/markdown/dev/guides/v3/migration/en.md +++ b/markdown/dev/guides/v3/migration/en.md @@ -19,7 +19,7 @@ website(s) or other more user-facing aspects. FreeSewing is now ESM only. We no longer publish CJS modules. -To make this explicit, we now use the `.mjs` file extension for our source code, instead of `js`. +To make this explicit, we now use the `.mjs` file extension for our source code, instead of `.js`. ### Named exports only