Fixed casing of editorService open method inline documentation for the size parameter

This commit is contained in:
Andy Butland
2019-03-09 14:06:58 +01:00
committed by Sebastiaan Janssen
parent f2a5e5da87
commit 966bfafe22

View File

@@ -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 {Object} editor rendering options
* @param {String} editor.view Path to view * @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) { function open(editor) {