Skip to content

Commit

Permalink
Fix grammar in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiokada committed Jul 5, 2020
1 parent e40114d commit e779803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/editor-ime-handler-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module('Acceptance: editor: IME Composition Event Handler', {
});
});

test('ignore horizontal arrow keydowns when using IME', (assert) => {
test('ignore horizontal arrow keydowns when using an IME', (assert) => {
editor = Helpers.editor.buildFromText("안녕하세요", { element: editorElement });

Helpers.dom.moveCursorTo(editor, editorElement.firstChild);
Expand Down

0 comments on commit e779803

Please sign in to comment.