Browse Source

Docs: Minor correction in the API docs.

Marek Lewandowski 6 years ago
parent
commit
5ac855c921

+ 1 - 1
packages/ckeditor5-special-characters/src/insertspecialcharactercommand.js

@@ -34,7 +34,7 @@ export default class InsertSpecialCharacterCommand extends Command {
 
 
 	/**
 	/**
 	 * @param {Object} options
 	 * @param {Object} options
-	 * @param {String} options.item A title of the special character that should be added to the editor.
+	 * @param {String} options.item An id of the special character that should be added to the editor.
 	 */
 	 */
 	execute( options ) {
 	execute( options ) {
 		const editor = this.editor;
 		const editor = this.editor;