Skip to content

Commit 8548051

Browse files
authored
Merge pull request #3437 from chrisgarrity/issue/fix-typos
Fix message typos
2 parents 5b3e7c6 + 4edbfed commit 8548051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/opcode-labels.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ const messages = defineMessages({
77
id: 'gui.opcodeLabels.direction'
88
},
99
motion_xposition: {
10-
defaultMessage: 'x postion',
10+
defaultMessage: 'x position',
1111
description: 'Label for the x position monitor when shown on the stage',
1212
id: 'gui.opcodeLabels.xposition'
1313
},
1414
motion_yposition: {
15-
defaultMessage: 'y postion',
15+
defaultMessage: 'y position',
1616
description: 'Label for the y position monitor when shown on the stage',
1717
id: 'gui.opcodeLabels.yposition'
1818
},

0 commit comments

Comments
 (0)