Browse Source

Merge pull request #3645 from danielsharvey/patch-2

Doco fix: Minor correction describing onCheckSome
文翼 7 years ago
parent
commit
4028ac9ae9
1 changed files with 1 additions and 1 deletions
  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>rows</td>
         <td>
         <td>
         Fires when user check some rows, the parameters contain: <br>
         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>
         </td>
     </tr>
     </tr>
     <tr>
     <tr>