Skip to content

Commit 273a09e

Browse files
committed
fix: correct spelling of "ammended" to "amended" in tooltip
Update the tooltip text in CommitCard.svelte to fix the spelling error of "ammended" to "amended." This improves the clarity and professionalism of the user interface by ensuring correct language usage.
1 parent 844c1a1 commit 273a09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/lib/commit/CommitCard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318

319319
{#if conflicted}
320320
<Tooltip
321-
text={"Conflicted commits must be resolved before they can be ammended or squashed.\nPlease resolve conflicts using the 'Resolve conflicts' button"}
321+
text={"Conflicted commits must be resolved before they can be amended or squashed.\nPlease resolve conflicts using the 'Resolve conflicts' button"}
322322
>
323323
<div class="commit__conflicted">
324324
<Icon name="warning-small" />

0 commit comments

Comments
 (0)