Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
52d06769d6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/ckeditor5-mention/src/mention.js

+ 2 - 2
packages/ckeditor5-mention/src/mention.js

@@ -55,12 +55,12 @@ export default class Mention extends Plugin {
  *		}
  *
  * @typedef {Object} module:mention/mention~MentionFeed
- * @property {String} [marker='@'] The character which triggers autocompletion for mention.
+ * @property {String} [marker='@'] The character which triggers auto-completion for mention.
  * @property {Array.<module:mention/mention~MentionFeedItem>|Function} feed The auto complete feed items. Provide an array for
  * static configuration or a function that returns a promise for asynchronous feeds.
  * @property {Number} [minimumCharacters=0] Specifies after how many characters show the autocomplete panel.
  * @property {Function} [itemRenderer] Function that renders {@link module:mention/mention~MentionFeedItem}
- * to the autocomplete list to a DOM elemnt.
+ * to the autocomplete list to a DOM element.
  */
 
 /**