Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Nov 7, 2024
1 parent 3fba945 commit e3f4941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/toc/LayerList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ it("should show layers in the correct order", async () => {
);

/*
Labels are configured from bottom to top, but the TOC lists
Layers are configured from bottom to top, but the TOC lists
them from top to bottom!
*/
const labels = getCurrentLabels(container);
Expand Down

0 comments on commit e3f4941

Please sign in to comment.