Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix: correct spelling Diabetics to Diabetes
Browse files Browse the repository at this point in the history
  • Loading branch information
Siju Joseph committed Sep 25, 2024
1 parent be973b5 commit fbcc443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/diabetes-research-hub/ux.sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class DRHSqlPages extends spn.TypicalSqlPageNotebook {
return this.SQL`
INSERT OR IGNORE INTO sqlpage_aide_navigation ("path", caption, namespace, parent_path, sibling_order, url, title, abbreviated_caption, description) VALUES
('/site', 'DRH Menus', 'prime', '/', 1, '/site', NULL, NULL, NULL),
('/site/public.sql', 'Diabetics Research Hub', 'prime', '/site', 1, 'https://drh.diabetestechnology.org/', NULL, NULL, NULL),
('/site/public.sql', 'Diabetes Research Hub', 'prime', '/site', 1, 'https://drh.diabetestechnology.org/', NULL, NULL, NULL),
('/site/dtsorg.sql', 'Diabetes Technology Society', 'prime', '/site', 2, 'https://www.diabetestechnology.org/', NULL, NULL, NULL);
`;
}
Expand Down

1 comment on commit fbcc443

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on fbcc443 Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Your deployment uses decorators. The default for 'experimentalDecorators' will be changing to 'false'. In the meantime, please explicitly set the 'experimentalDecorators' compiler option. For more information, see https://deno.com/deploy/changelog#es-decorators-are-enabled-on-deno-deploy-replacing-experimental-ts-decorators

Please sign in to comment.