From 02e6a8ce29fc9739b75d8c87930348ee6653eb5a Mon Sep 17 00:00:00 2001 From: fuyu Date: Wed, 19 Aug 2020 17:32:13 +0900 Subject: [PATCH 1/2] docs: Fix typo --- docs/started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/started.md b/docs/started.md index a391e550..ab7a795c 100644 --- a/docs/started.md +++ b/docs/started.md @@ -38,7 +38,7 @@ module.export = { }, settings: { 'vue-i18n': { - localeDir: './path/to/locales/*.{json,json5,yaml,yml}}' // extension is glob formatting! + localeDir: './path/to/locales/*.{json,json5,yaml,yml}' // extension is glob formatting! // or // localeDir: { // pattern: './path/to/locales/*.{json,json5,yaml,yml}', // extension is glob formatting! From fa28b1ea53d2d9c10229c7d89dac16e3dc638416 Mon Sep 17 00:00:00 2001 From: fuyu Date: Wed, 19 Aug 2020 17:32:55 +0900 Subject: [PATCH 2/2] docs: fix dead link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbeca058..fbdfc4af 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Please make sure to read the [Issue Reporting Checklist](https://github.com/intl ## :muscle: Contribution -Please make sure to read the [Contributing Guide](https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/CONTRIBUTING.md) before making a pull request. +Please make sure to read the [Contributing Guide](https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/.github/CONTRIBUTING.md) before making a pull request. ## :copyright: License