From 4f836d3318d02e1d608f33753254c50dbf3ace4c Mon Sep 17 00:00:00 2001 From: gesslar <1266935+gesslar@users.noreply.github.com> Date: Thu, 1 May 2025 23:31:43 -0400 Subject: [PATCH] Fixing typo in description for Include setting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cc94cd..9296868 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "**/*.css", "**/*.scss" ], - "description": "Glob patterns that defines the files to search for. Only include files you need, DO NOT USE `{**/*.*}` for both permormance and avoiding binary files reason.", + "description": "Glob patterns that defines the files to search for. Only include files you need, DO NOT USE `{**/*.*}` for both performance and avoiding binary files reason.", "items": { "anyOf": [ {