Skip to content

Commit d6c81c7

Browse files
authored
Merge pull request #5876 from jdmcgrath-az/spelling-error
fix: correct spelling of "ammended" to "amended" in tooltip
2 parents 844c1a1 + 273a09e commit d6c81c7

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)