aboutsummaryrefslogtreecommitdiff
path: root/WIRING.md
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2017-06-12 18:30:47 +0100
committerGitHub <noreply@github.com>2017-06-12 18:30:47 +0100
commit472155837b358ce7d4eab76d126a318f38a1c535 (patch)
treea8b1b177a8c5273eb1ea590414e8033172c012b0 /WIRING.md
parent7cbdab30f45521ce0b578fc7b0fedb7dacb479f8 (diff)
Add misspell and gofmt simplify to the pre-commit hooks (#138)
Diffstat (limited to 'WIRING.md')
-rw-r--r--WIRING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/WIRING.md b/WIRING.md
index caa0df07..f55475fe 100644
--- a/WIRING.md
+++ b/WIRING.md
@@ -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.