From 1854fc0d501c72db36b0c0e1db16888e7e2968c1 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 22 Feb 2022 15:08:15 +0800 Subject: [PATCH] fix typo in docs --- Roo/form/HtmlEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/HtmlEditor.js b/Roo/form/HtmlEditor.js index 73e5e519cd..a6baf6f37e 100644 --- a/Roo/form/HtmlEditor.js +++ b/Roo/form/HtmlEditor.js @@ -101,7 +101,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, { */ autoClean: true, /** - * @cfg {string} bodyCls- default '' default classes to add to body of editable area - usually undoreset is a good start.. + * @cfg {string} bodyCls default '' default classes to add to body of editable area - usually undoreset is a good start.. */ bodyCls : '', /** -- 2.39.2