From db6754834981a1177b8029b8f61f4375e9e0b710 Mon Sep 17 00:00:00 2001 From: vastonus Date: Tue, 21 Oct 2025 18:12:23 +0800 Subject: [PATCH] chore: fix typo in comment Signed-off-by: vastonus --- packages/hyperdrive-appconfig/src/scripts/generate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hyperdrive-appconfig/src/scripts/generate.ts b/packages/hyperdrive-appconfig/src/scripts/generate.ts index 6da464988..0e9a0338b 100644 --- a/packages/hyperdrive-appconfig/src/scripts/generate.ts +++ b/packages/hyperdrive-appconfig/src/scripts/generate.ts @@ -158,7 +158,7 @@ console.log( ); await addRewardTokenConfigs({ appConfig: combinedAppConfig }); -// Occassionally Hyperdrives have been added to the registry, but the frontend work is not complete. +// Occasionally Hyperdrives have been added to the registry, but the frontend work is not complete. // Skipping these allows us to continue to push releases without showing these pools in the UI. console.log( `\n${chalk.white(chalk.underline("Removing hyperdrives that have been added to the registry but we don't want to show in the UI"))}`,