From 966bfafe22d1ba85abb28dbdfad59be663dcfaf5 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Sat, 9 Mar 2019 14:06:58 +0100 Subject: [PATCH] Fixed casing of editorService open method inline documentation for the size parameter --- src/Umbraco.Web.UI.Client/src/common/services/editor.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js b/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js index d119afaef3..e6f381f929 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js @@ -202,7 +202,7 @@ When building a custom infinite editor view you can use the same components as a * * @param {Object} editor rendering options * @param {String} editor.view Path to view - * @param {String} editor.size Sets the size of the editor ("Small"). If nothing is set it will use full width. + * @param {String} editor.size Sets the size of the editor ("small"). If nothing is set it will use full width. */ function open(editor) {