s/semi-colon/colon/

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-07-24 00:04:50 +01:00
parent 0075ae2187
commit 93b0287e11

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