Browse Source

Including JC review.

John Livingston 1 year ago
parent
commit
a09c77c86b
1 changed files with 3 additions and 2 deletions
  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.
                          *
-                         * 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
                          * @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
                          *  api.listen.on('loadEmojis', (json) => {
                          *      json.custom??= {};