diff --git a/scripts/parse-egg-moves/interactive.js b/scripts/parse-egg-moves/interactive.js index 46150137f74..380f0273e32 100644 --- a/scripts/parse-egg-moves/interactive.js +++ b/scripts/parse-egg-moves/interactive.js @@ -8,7 +8,7 @@ import { showHelpText } from "./help-message.js"; * @returns {Promise<{type: "Console" | "File", value: string} | {type: "Exit"}>} The selected option with value */ export async function runInteractive() { - /** @type {"Console" | "File" | "HELP MEEEEE" | "Exit"} */ + /** @type {"Console" | "File" | "Help" | "Exit"} */ const answer = await inquirer .prompt([ {