Skip to content

Commit eb1e4b9

Browse files
committed
fix: refine wording in documentation for clarity on event types
1 parent ce2a2bd commit eb1e4b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/site/markdown/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ session.on(event -> {
114114
| `SessionIdleEvent` | Session finished processing |
115115
| `SessionErrorEvent` | An error occurred |
116116

117-
For the complete list of all 33 event types, see [Event Types Reference](#Event_Types_Reference) below.
117+
For the complete list of all event types, see [Event Types Reference](#Event_Types_Reference) below.
118118

119119
---
120120

121121
## Event Types Reference
122122

123-
The SDK supports 33 event types organized by category. All events extend `AbstractSessionEvent`.
123+
The SDK supports event types organized by category. All events extend `AbstractSessionEvent`.
124124

125125
### Session Events
126126

0 commit comments

Comments
 (0)