瀏覽代碼

Including JC review.

John Livingston 1 年之前
父節點
當前提交
a09c77c86b
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/headless/plugins/emoji/plugin.js

+ 3 - 2
src/headless/plugins/emoji/plugin.js

@@ -80,11 +80,12 @@ converse.plugins.add('converse-emoji', {
                         /**
                         /**
                          * *Hook* which allows plugins to modify emojis definition.
                          * *Hook* which allows plugins to modify emojis definition.
                          *
                          *
-                         * Note: This hook is only fired one time, when ConverseJS initiliazed.
+                         * Note: This hook is only fired one time, when Converse is initialized.
                          *
                          *
                          * @event _converse#loadEmojis
                          * @event _converse#loadEmojis
                          * @param json
                          * @param json
-                         *      See src/headless/emojis.json for more information about the content of this parameter.
+                         *      See {@link src/headless/emojis.json} for more information about the content of
+                         *      this parameter.
                          * @example
                          * @example
                          *  api.listen.on('loadEmojis', (json) => {
                          *  api.listen.on('loadEmojis', (json) => {
                          *      json.custom??= {};
                          *      json.custom??= {};