firehose: nown --> known

This commit is contained in:
Alex Gleason
2023-08-14 19:01:56 -05:00
parent 45a3e2974e
commit 875fcfb09d

View File

@@ -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}`>();