aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/devCompanion.dev.tsx
diff options
context:
space:
mode:
authorNuckyz <61953774+Nuckyz@users.noreply.github.com>2023-03-21 03:30:09 -0300
committerGitHub <noreply@github.com>2023-03-21 06:30:09 +0000
commit6f200e9218d0764555fd0e676d02b63a53702e6c (patch)
treedfb007b9920d57b134b2ea7d7e25071b82e4ff9b /src/plugins/devCompanion.dev.tsx
parent586b26d2d4736e401beba41a29cf03d27e69ca7f (diff)
downloadVencord-6f200e9218d0764555fd0e676d02b63a53702e6c.tar.gz
Vencord-6f200e9218d0764555fd0e676d02b63a53702e6c.tar.bz2
Vencord-6f200e9218d0764555fd0e676d02b63a53702e6c.zip
Fix grammar and SHC patches matching wrong var (#636)
Diffstat (limited to 'src/plugins/devCompanion.dev.tsx')
-rw-r--r--src/plugins/devCompanion.dev.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/devCompanion.dev.tsx b/src/plugins/devCompanion.dev.tsx
index 8dbf59e..5c3c58e 100644
--- a/src/plugins/devCompanion.dev.tsx
+++ b/src/plugins/devCompanion.dev.tsx
@@ -68,7 +68,7 @@ interface FindData {
const settings = definePluginSettings({
notifyOnAutoConnect: {
- description: "Wheter to notify when Dev Companion has automatically connected.",
+ description: "Whether to notify when Dev Companion has automatically connected.",
type: OptionType.BOOLEAN,
default: true
}