From 93b0287e11fb7056bdb7cc4c353d7b1908bd1bae Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 24 Jul 2020 00:04:50 +0100 Subject: [PATCH] s/semi-colon/colon/ Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- test/editor/model-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/editor/model-test.js b/test/editor/model-test.js index 2ba82d3c01..2df9fdd573 100644 --- a/test/editor/model-test.js +++ b/test/editor/model-test.js @@ -282,7 +282,7 @@ describe('editor/model', function() { expect(model.parts[0].text).toBe("try #define"); }); - it('insert room pill without splitting at the semi-colon', () => { + it('insert room pill without splitting at the colon', () => { const renderer = createRenderer(); const pc = createPartCreator([{resourceId: "#room:server"}]); const model = new EditorModel([], pc, renderer);