From fde69fc2970bd150a47903300c4235321bb7ef5c Mon Sep 17 00:00:00 2001 From: Erik Lilja Date: Wed, 17 Apr 2024 10:36:53 +0200 Subject: [PATCH] docs: Fix wording of dropMessageCompiler (#358) --- packages/unplugin-vue-i18n/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/unplugin-vue-i18n/README.md b/packages/unplugin-vue-i18n/README.md index ff5ec83..3eca5e0 100644 --- a/packages/unplugin-vue-i18n/README.md +++ b/packages/unplugin-vue-i18n/README.md @@ -374,7 +374,7 @@ This plugin will automatically select and bundle `petite-vue-i18n` build accordi Whether to tree-shake message compiler when we will be bundling. -If do you will use this option, you need to enable `jitCompilation` option. +If you chose to use this option, you will need to enable `jitCompilation` option. > [!NOTE] This option works with vue-i18n v9.3 and later.