Skip to content

Commit 64b68f4

Browse files
authored
docs: Typo in README.md (#130)
1 parent cdbecf6 commit 64b68f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Please also make sure that you have `typescript` and `eslint` installed.
2828
Because of the complexity of the configurations, this package exports several utilities:
2929

3030
- `defineConfigWithVueTs`, a utility function whose type signature is the same as the [`config` function from `typescript-eslint`](https://typescript-eslint.io/packages/typescript-eslint#config), but will modify the given ESLint config to work with Vue.js + TypeScript.
31-
- `vueTsConfigs`, contains all the [shared configruations from `typescript-eslint`](https://typescript-eslint.io/users/configs) (in camelCase, e.g. `vueTsConfigs.recommendedTypeChecked`), and applies to `.vue` files in addition to TypeScript files.
31+
- `vueTsConfigs`, contains all the [shared configurations from `typescript-eslint`](https://typescript-eslint.io/users/configs) (in camelCase, e.g. `vueTsConfigs.recommendedTypeChecked`), and applies to `.vue` files in addition to TypeScript files.
3232
- a Vue-specific config factory: `configureVueProject({ scriptLangs, rootDir })`. More info below.
3333

3434
### Minimal Setup

0 commit comments

Comments
 (0)