firehose: nown --> known

This commit is contained in:
Alex Gleason 2023-08-14 19:01:56 -05:00
parent 45a3e2974e
commit 875fcfb09d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

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