From f16a902d35641a9e3ab15b9aa58da48ec9c29f3a Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 21 Sep 2017 14:47:50 -0700 Subject: [PATCH] ocd --- packages/slate-html-serializer/src/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}