Skip to content

Commit

Permalink
chore(typo): fixed typo in valid-title.md
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed May 25, 2024
1 parent d8367e0 commit e15de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/valid-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit e15de43

Please sign in to comment.