We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2a2bd commit eb1e4b9Copy full SHA for eb1e4b9
1 file changed
src/site/markdown/documentation.md
@@ -114,13 +114,13 @@ session.on(event -> {
114
| `SessionIdleEvent` | Session finished processing |
115
| `SessionErrorEvent` | An error occurred |
116
117
-For the complete list of all 33 event types, see [Event Types Reference](#Event_Types_Reference) below.
+For the complete list of all event types, see [Event Types Reference](#Event_Types_Reference) below.
118
119
---
120
121
## Event Types Reference
122
123
-The SDK supports 33 event types organized by category. All events extend `AbstractSessionEvent`.
+The SDK supports event types organized by category. All events extend `AbstractSessionEvent`.
124
125
### Session Events
126
0 commit comments