Skip to content

Commit

Permalink
chore(frontend): typo in comment (#4426)
Browse files Browse the repository at this point in the history
# Motivation

Fix a typo in a comment.

# Credits

Credits go to @damuzhi0810 for spotting and correct similar typo in
[Juno](junobuild/juno#1144).
  • Loading branch information
peterpeterparker authored Jan 23, 2025
1 parent 38a5d22 commit 19e57be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/lib/components/ui/Json.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
left: 0;
top: 0;
// Move left to compensate for the padding of the ul
// Move down to componsate for the gap between li
// Move down to compensate for the gap between li
transform: translate(calc(-1 * var(--padding-1_5x)), calc(0.8 * var(--padding)));
font-size: var(--padding);
}
Expand Down

0 comments on commit 19e57be

Please sign in to comment.