Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-berman authored Dec 23, 2024
1 parent 067a435 commit cb5272d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/stream_api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ data: {}

> NOTE:
> The search stream API follows the [server-sent
> events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#event_stream_format) format. However, we do not guarantee compatibility > with any third-party clients written for server-sent events, and recommend using the src-cli tool or writing your own wrapper around the API.
> events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#event_stream_format) format. However, we do not guarantee compatibility
> with any third-party clients written for server-sent events, and recommend using the src-cli tool or writing your own wrapper around the API.
### Event-types

Expand Down

0 comments on commit cb5272d

Please sign in to comment.