From e0195da92dc0b6d8b1922077d0179d488786756a Mon Sep 17 00:00:00 2001 From: Hyro Date: Mon, 18 Apr 2022 16:32:36 +0200 Subject: [PATCH] fix: grammar typo (a -> an) Co-authored-by: Gabe616 <60316309+Gabe616@users.noreply.github.com> --- src/lib/GClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/GClient.ts b/src/lib/GClient.ts index dbbc991ea..f533abc16 100644 --- a/src/lib/GClient.ts +++ b/src/lib/GClient.ts @@ -46,7 +46,7 @@ export interface GClientOptions extends ClientOptions { */ messagePrefix?: string; /** - * Whether to send a message for a unknown command. + * Whether to send a message for an unknown command. * @type {boolean} */ unknownCommandMessage?: boolean;