Skip to content

Commit a105a2e

Browse files
authored
chore: fix typo in comment (#1853)
Signed-off-by: vastonus <[email protected]>
1 parent 23e637d commit a105a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hyperdrive-appconfig/src/scripts/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ console.log(
158158
);
159159
await addRewardTokenConfigs({ appConfig: combinedAppConfig });
160160

161-
// Occassionally Hyperdrives have been added to the registry, but the frontend work is not complete.
161+
// Occasionally Hyperdrives have been added to the registry, but the frontend work is not complete.
162162
// Skipping these allows us to continue to push releases without showing these pools in the UI.
163163
console.log(
164164
`\n${chalk.white(chalk.underline("Removing hyperdrives that have been added to the registry but we don't want to show in the UI"))}`,

0 commit comments

Comments
 (0)