Browse Source

Merge pull request #6597 from tkburis/develop

Fixed unclear wording
Dustin Utecht 2 years ago
parent
commit
894bdb5a02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      site/docs/api/events.md

+ 1 - 1
site/docs/api/events.md

@@ -40,7 +40,7 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
 
 - **Detail:**
 
-  It fires when all events trigger. The parameters contain:
+  It fires when any event triggers. The parameters contain:
 
   * `name`: the event name,
   * `args`: the event data.