Skip to content

Commit 3739e31

Browse files
committed
fix typo
1 parent fe9010e commit 3739e31

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/super-editor/src/components/toolbar/defaultItems.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ export const makeDefaultItems = ({
763763
icon: toolbarIcons.trackChangesAccept,
764764
group: 'left',
765765
attributes: {
766-
ariaLabel: 'Accept tacked changes',
766+
ariaLabel: 'Accept tracked changes',
767767
}
768768
});
769769

@@ -776,7 +776,7 @@ export const makeDefaultItems = ({
776776
icon: toolbarIcons.trackChangesReject,
777777
group: 'left',
778778
attributes: {
779-
ariaLabel: 'Reject tacked changes',
779+
ariaLabel: 'Reject tracked changes',
780780
}
781781
});
782782

@@ -789,7 +789,7 @@ export const makeDefaultItems = ({
789789
icon: toolbarIcons.trackChangesOriginal,
790790
group: 'left',
791791
attributes: {
792-
ariaLabel: 'Toggle tacked changes show original',
792+
ariaLabel: 'Toggle tracked changes show original',
793793
}
794794
});
795795

@@ -802,7 +802,7 @@ export const makeDefaultItems = ({
802802
icon: toolbarIcons.trackChangesFinal,
803803
group: 'left',
804804
attributes: {
805-
ariaLabel: 'Toggle tacked changes show final',
805+
ariaLabel: 'Toggle tracked changes show final',
806806
}
807807
});
808808

0 commit comments

Comments
 (0)