From a1527b88f2bf2ebcdd49b43032f5eb379883408d Mon Sep 17 00:00:00 2001 From: Hexagonn <128217934+hexaaagon@users.noreply.github.com> Date: Sun, 3 Nov 2024 02:07:04 +0000 Subject: [PATCH] fix(grammar): fix some various grammar --- src/utils/parameter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/parameter.ts b/src/utils/parameter.ts index e490824..c82441e 100644 --- a/src/utils/parameter.ts +++ b/src/utils/parameter.ts @@ -190,7 +190,7 @@ export const parameterInfo: Array< type: "string", title: "Hide App by ID", description: - "If you don't want display a specific application, this is the right option. IDs separate by ','", + "If you don't want to display a specific application, this is the right option. IDs separate by ','", options: { placeholder: "1302143410907648071, 1302132259368861759", },