s/semi-colon/colon/

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-07-24 00:04:50 +01:00
parent 0075ae2187
commit 93b0287e11
1 changed files with 1 additions and 1 deletions

View File

@ -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);