Update mfm.ts

Fix typo
This commit is contained in:
tamaina 2020-04-26 14:58:36 +09:00 committed by GitHub
parent 41c5d0e728
commit 8156c80e6c

View file

@ -11,7 +11,7 @@
import * as assert from 'assert';
import { parse, parsePlain } from '../src/mfm/parse';
import { toHtml } from '../src/mfm/totml';
import { toHtml } from '../src/mfm/to-html';
import { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/prelude';
import { removeOrphanedBrackets } from '../src/mfm/language';