From e15de4306ab7530e5739aa59b2ac02fb43026c3e Mon Sep 17 00:00:00 2001 From: Verite Mugabo Date: Fri, 24 May 2024 23:53:59 -0400 Subject: [PATCH] chore(typo): fixed typo in valid-title.md --- docs/rules/valid-title.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";