Skip to content

Commit 237bcd7

Browse files
committed
Corrected doc str.
1 parent 0392fef commit 237bcd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/creators/inline.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
/** @class CKEDITOR */
88

99
/**
10-
* Turn a DOM element with `contenteditable` attribute set to `true` into a
11-
* CKEditor instance, check {@link CKEDITOR.dtd#$editable} for the list of
10+
* Turns a DOM element with `contenteditable` attribute set to `true` into a
11+
* CKEditor instance. Check {@link CKEDITOR.dtd#$editable} for the list of
1212
* allowed element names.
1313
*
14-
* <div contenteditable="true" id="content"></textarea>
14+
* <div contenteditable="true" id="content">...</div>
1515
* ...
1616
* CKEDITOR.inline( 'content' );
1717
*
18-
* @param {Object/String} element The DOM element (`<textarea>`), its ID or name.
18+
* @param {Object/String} element The DOM element or its ID.
1919
* @param {Object} [instanceConfig] The specific configurations to apply to this editor instance.
2020
* See {@link CKEDITOR.config}.
2121
* @returns {CKEDITOR.editor} The editor instance created.

0 commit comments

Comments
 (0)