diff --git a/src/firehose.ts b/src/firehose.ts index 5e8610e1..6c605326 100644 --- a/src/firehose.ts +++ b/src/firehose.ts @@ -52,7 +52,7 @@ function trackHashtags(event: SignedEvent): void { } } -/** Tracks nown relays in the database. */ +/** Tracks known relays in the database. */ function trackRelays(event: SignedEvent) { const relays = new Set<`wss://${string}`>();