Skip to content

Commit 0c84c30

Browse files
committed
chore(web): fix a spelling in the sidebar footer comment
1 parent 11f43ac commit 0c84c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/pythinker-web/src/components/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ watch([() => props.collapsed, update.hasUpdate], ([collapsed, hasUpdate]) => {
16561656
padding: var(--space-2) var(--sb-inset);
16571657
border-top: 1px solid var(--line);
16581658
}
1659-
/* Grows and truncates: a long label ellipsises instead of pushing the row. */
1659+
/* Grows and truncates: a long label is ellipsized instead of pushing the row. */
16601660
.side-footer-account {
16611661
flex: 1 1 auto;
16621662
min-width: 0;

0 commit comments

Comments
 (0)