diff --git a/packages/calcite-components/src/components/shell/shell.e2e.ts b/packages/calcite-components/src/components/shell/shell.e2e.ts index f6e486d7923..6538dbd0423 100644 --- a/packages/calcite-components/src/components/shell/shell.e2e.ts +++ b/packages/calcite-components/src/components/shell/shell.e2e.ts @@ -124,7 +124,7 @@ describe("calcite-shell", () => { }); }); -const tipMangerHTML = html` +const tipManagerHTML = html` An example link @@ -135,7 +135,7 @@ const tipMangerHTML = html` describe("theme", () => { const shellHTML = html` - ${tipMangerHTML} + ${tipManagerHTML}