浏览代码

Minor correction describing onCheckSome

Daniel Harvey 7 年之前
父节点
当前提交
0351ce4cb6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/_i18n/en/documentation/events.md

+ 1 - 1
docs/_i18n/en/documentation/events.md

@@ -141,7 +141,7 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
         <td>rows</td>
         <td>
         Fires when user check some rows, the parameters contain: <br>
-        rows: array of records corresponding to previously checked rows.
+        rows: array of records corresponding to newly checked rows.
         </td>
     </tr>
     <tr>