Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijbet committed Jun 19, 2024
1 parent dbe658e commit a54b7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/calcite-components/src/components/shell/shell.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe("calcite-shell", () => {
});
});

const tipMangerHTML = html`
const tipManagerHTML = html`
<calcite-tip-manager>
<calcite-tip heading="Example tip title">
<calcite-link href="http://www.esri.com">An example link</calcite-link>
Expand All @@ -135,7 +135,7 @@ const tipMangerHTML = html`
describe("theme", () => {
const shellHTML = html`
<calcite-shell>
${tipMangerHTML}
${tipManagerHTML}
<calcite-panel heading="Leading panel content"></calcite-panel>
<calcite-flow heading="Leading panel content"></calcite-flow>
<calcite-shell-center-row slot="${SLOTS.panelBottom}"></calcite-shell-center-row>
Expand Down

0 comments on commit a54b7ef

Please sign in to comment.