浏览代码

Better writing.

Javier Mellado 9 年之前
父节点
当前提交
bef4e26a4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/source/development.rst

+ 1 - 1
docs/source/development.rst

@@ -773,7 +773,7 @@ Here are the different events that are emitted:
 +---------------------------------+---------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
 | **roster**                      | When the roster is updated.                                                                       | ``converse.listen.on('roster', function (event, items) { ... });``                                   |
 +---------------------------------+---------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
-| **rosterPush**                  | When the roster receives a push event from server. (i.e. New entry in your buddy list)           | ``converse.listen.on('rosterPush', function (event, items) { ... });``                               |
+| **rosterPush**                  | When the roster receives a push event from server. (i.e. New entry in your buddy list)            | ``converse.listen.on('rosterPush', function (event, items) { ... });``                               |
 +---------------------------------+---------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
 | **statusChanged**               | When own chat status has changed.                                                                 | ``converse.listen.on('statusChanged', function (event, status) { ... });``                           |
 +---------------------------------+---------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+