diff --git a/packages/slate-html-serializer/src/index.js b/packages/slate-html-serializer/src/index.js index 1359fedca..11e256151 100644 --- a/packages/slate-html-serializer/src/index.js +++ b/packages/slate-html-serializer/src/index.js @@ -59,8 +59,7 @@ const TEXT_RULE = { } /** - * A default `parseHtml` function that returns the `` using the - * native `DOMParser`. + * A default `parseHtml` function that returns the `` using `DOMParser`. * * @param {String} html * @return {Object}