Skip to content

Commit

Permalink
fix: grammar typo (a -> an)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabe616 <60316309+Gabe616@users.noreply.github.com>
  • Loading branch information
xhyrom and nexpid authored Apr 18, 2022
1 parent 0194342 commit e0195da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/GClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e0195da

Please sign in to comment.