From 957536fb626e526f5baa05e941efc6a7cf3b0e69 Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 13 Sep 2024 18:32:39 +0200 Subject: [PATCH] Typo --- dprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dprint.json b/dprint.json index 83a30de..d11cc18 100644 --- a/dprint.json +++ b/dprint.json @@ -1,5 +1,5 @@ { - "$schima": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json", + "$schema": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json", "indentWidth": 4, "lineWidth": 150, "useTabs": false,