From acfa42777a4f7ba4e4dda68ec059ae7f55f165b6 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Sun, 25 Dec 2022 21:27:19 -0800 Subject: [PATCH] fix(docs): Correct missing period in ".js" extension --- markdown/dev/guides/v3/migration/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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