Skip to content

Commit 1373a91

Browse files
committed
Fix Firehose typo in Jetstream guide
1 parent 4105f44 commit 1373a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/jetstream/introduction/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Jetstream } from "@skyware/jetstream";
1616
const jetstream = new Jetstream();
1717
```
1818

19-
The `Firehose` class takes an object parameter with the following properties:
19+
The `Jetstream` class takes an object parameter with the following properties:
2020

2121
- `wantedCollections`: An array of collections to subscribe to events for. If not provided or empty, you will receive events for all collections.
2222
- `wantedDids`: An array of DIDs to subscribe to events for. If not provided or empty, you will receive events for all DIDs.

0 commit comments

Comments
 (0)