From 72427bda9cbb6164ec674712b01345960444d90f Mon Sep 17 00:00:00 2001 From: Juan Date: Fri, 14 Jun 2019 10:08:59 +0200 Subject: [PATCH] missplaced comma --- src/rich_text_editor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rich_text_editor/index.js b/src/rich_text_editor/index.js index d124bc47c..56b583bf3 100644 --- a/src/rich_text_editor/index.js +++ b/src/rich_text_editor/index.js @@ -138,7 +138,7 @@ module.exports = () => { * @example * rte.add('bold', { * icon: 'B', - * attributes: {title: 'Bold',} + * attributes: {title: 'Bold'}, * result: rte => rte.exec('bold') * }); * rte.add('link', {