Update mfm.ts

Fix typo
This commit is contained in:
tamaina 2020-04-26 14:58:36 +09:00 committed by GitHub
parent f62eb0fee9
commit 0eded8f5a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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