From 74411441d654f94aa33ef67174522fb58a29d055 Mon Sep 17 00:00:00 2001 From: Just a Badly Drawn TABS Dude <45307955+Suyashtnt@users.noreply.github.com> Date: Mon, 18 Jan 2021 21:03:07 +0200 Subject: [PATCH] Update index.d.ts --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 2ed5e44..652e293 100644 --- a/index.d.ts +++ b/index.d.ts @@ -73,7 +73,7 @@ declare module "minecraft-launcher-core" { /** * The name of the folder, jar file, and version json in the version folder. * - * ` MCLM will look in the `versions` folder for this name + * ` MCLC will look in the `versions` folder for this name * @example '1.16.4-fabric' */ custom?: string;