From 2da9bf8f0ef5153ff51b0599ceb784fa2683e0fd Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Thu, 30 May 2024 05:23:53 -0300 Subject: [PATCH] fix typo --- src/Vencord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vencord.ts b/src/Vencord.ts index a3ae329fc..4a73ee339 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -121,7 +121,7 @@ async function init() { const pendingPatches = patches.filter(p => !p.all && p.predicate?.() !== false); if (pendingPatches.length) PMLogger.warn( - "Webpack has finished initialising, but some patches haven't been applied yet.", + "Webpack has finished initializing, but some patches haven't been applied yet.", "This might be expected since some Modules are lazy loaded, but please verify", "that all plugins are working as intended.", "You are seeing this warning because this is a Development build of Vencord.",