style: Correct spelling of "Ammend" to "Amend" in CardOverlay.

This commit is contained in:
Kiril Videlov 2024-06-25 20:12:38 +02:00
parent 676b05b318
commit 2aa22a16de
No known key found for this signature in database
GPG Key ID: A4C733025427C471

View File

@ -38,7 +38,7 @@
{@render squashDropzone()}
{#snippet overlay({ hovered, activated })}
<CardOverlay {hovered} {activated} label="Ammend commit" />
<CardOverlay {hovered} {activated} label="Amend commit" />
{/snippet}
</Dropzone>
{/snippet}