From 41846f0e6a6b3db860c2770bffa05a29f8840f84 Mon Sep 17 00:00:00 2001 From: Guillaume Forgue Date: Tue, 2 Apr 2024 11:53:14 +0200 Subject: [PATCH] fix(installation.md): typo on es modules --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 55702f315..5a9348a0f 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -145,7 +145,7 @@ If you use `vue-i18n.runtime.esm-bundler.js`, you will need to precompile all lo ::: - **`vue-i18n(.runtime).node.mjs`**: - - For ES Moudles usage in Node.js + - For ES Modules usage in Node.js - For use in Node.js via `import` - The dev/prod files are pre-built, but the appropriate file is automatically required based on `process.env``.NODE_ENV` - This module is proxy module of `vue-i18n(.runtime).mjs`