diff --git a/src/Vencord.ts b/src/Vencord.ts index ce9d86455..68754e95f 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.",