diff options
author | Mark Haines <mjark@negativecurvature.net> | 2017-06-12 18:30:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 18:30:47 +0100 |
commit | 472155837b358ce7d4eab76d126a318f38a1c535 (patch) | |
tree | a8b1b177a8c5273eb1ea590414e8033172c012b0 /WIRING.md | |
parent | 7cbdab30f45521ce0b578fc7b0fedb7dacb479f8 (diff) |
Add misspell and gofmt simplify to the pre-commit hooks (#138)
Diffstat (limited to 'WIRING.md')
-rw-r--r-- | WIRING.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ choke-point to implement ratelimiting and backoff correctly. * Reads the current state of the rooms from the logs to track the intersection of room membership between users. - * Reads updates to presence from the logs writen by the FS and the CPS. + * Reads updates to presence from the logs written by the FS and the CPS. * Reads when clients sync from the logs from the Client Sync. * Tracks any timers for users. * Writes the changes to presence state to the logs. |