diff --git a/docs/rules/valid-title.md b/docs/rules/valid-title.md index 0ed93b1..99388fe 100644 --- a/docs/rules/valid-title.md +++ b/docs/rules/valid-title.md @@ -177,7 +177,7 @@ describe('foo', () => { Note: If you'd like to use a function or class names inside `describe`, `test` or `it` blocks as a parameter, you must enable vitest's type checking. -To enable typechecking for vistest make sure settings key is added in your configuration +To enable typechecking for vitest make sure settings key is added in your configuration ```js import vitest from "eslint-plugin-vitest";