Sfoglia il codice sorgente

Docs: More API docs polish. [skip ci]

Piotrek Koszuliński 7 anni fa
parent
commit
f4c4fd4055

+ 1 - 1
packages/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js

@@ -21,7 +21,7 @@ export default class InlineEditableUIView extends EditableUIView {
 	 * @param {module:utils/locale~Locale} [locale] The locale instance.
 	 * @param {HTMLElement} [editableElement] The editable element. If not specified, the
 	 * {@link module:ui/editableui/editableuiview~EditableUIView}
-	 * should create it. Otherwise, the existing element should be used.
+	 * will create it. Otherwise, the existing element will be used.
 	 */
 	constructor( locale, editableElement ) {
 		super( locale, editableElement );