From c55871b9e63ff81a148f3a1bba9e6a7740162b36 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 1 Feb 2022 12:09:06 -0700 Subject: [PATCH] Fix typo in omitParts config option --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02e7379..499d02e 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "description": "Removes the leading ./ character when the path is pointing to a parent folder." }, "relativePath.omitParts": { - "type": "arary", + "type": "array", "default": [ "\\/index$" ],