From d59f0dee4cff808ea347299c9d07d86ed71632b2 Mon Sep 17 00:00:00 2001 From: Tzahi Date: Thu, 17 Sep 2020 10:55:34 +0300 Subject: [PATCH] Update en.json Fixed typo --- packages/@vue/cli-ui/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-ui/locales/en.json b/packages/@vue/cli-ui/locales/en.json index 72623848d3..d0db1bffbc 100644 --- a/packages/@vue/cli-ui/locales/en.json +++ b/packages/@vue/cli-ui/locales/en.json @@ -629,7 +629,7 @@ "css": { "modules": { "label": "Enable CSS Modules", - "description": "By default, only files that ends in *.module.[ext] are treated as CSS modules. Enabling this will treat all style files as CSS modules." + "description": "By default, only files that end with *.module.[ext] are treated as CSS modules. Enabling this will treat all style files as CSS modules." }, "extract": { "label": "Extract CSS",