From 38fc60352abf6c2becf7c21cf58d19d7d95802bf Mon Sep 17 00:00:00 2001 From: PeekabooSteam Date: Sun, 3 Dec 2023 18:12:18 +0000 Subject: [PATCH] Fixed typo --- client/plugins/_boilerplate/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/plugins/_boilerplate/plugin.json b/client/plugins/_boilerplate/plugin.json index 8f623404..173c83cc 100644 --- a/client/plugins/_boilerplate/plugin.json +++ b/client/plugins/_boilerplate/plugin.json @@ -1,7 +1,7 @@ { "name": "Boilerplate", "version": "0.0.1", - "description": "Base plguin starter", + "description": "Base plugin starter", "authorName": "", "authorContact": "" } \ No newline at end of file