Skip to content

Commit d098e24

Browse files
authored
docs: Fix typo and dead link (#122)
* docs: Fix typo * docs: fix dead link
1 parent dad88af commit d098e24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please make sure to read the [Issue Reporting Checklist](https://github.com/intl
2222

2323
## :muscle: Contribution
2424

25-
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.
25+
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.
2626

2727
## :copyright: License
2828

docs/started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.export = {
3838
},
3939
settings: {
4040
'vue-i18n': {
41-
localeDir: './path/to/locales/*.{json,json5,yaml,yml}}' // extension is glob formatting!
41+
localeDir: './path/to/locales/*.{json,json5,yaml,yml}' // extension is glob formatting!
4242
// or
4343
// localeDir: {
4444
// pattern: './path/to/locales/*.{json,json5,yaml,yml}', // extension is glob formatting!

0 commit comments

Comments
 (0)