From a9aa31ac961585fef8a4610d60364dc04cd50000 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Tue, 26 Sep 2017 13:57:03 -0700 Subject: [PATCH] docs: Fix lint in typing-indicators. --- docs/typing-indicators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/typing-indicators.md b/docs/typing-indicators.md index e32856e220..b2870b0386 100644 --- a/docs/typing-indicators.md +++ b/docs/typing-indicators.md @@ -121,7 +121,7 @@ code in `static/js/typing_data.js`. The API here has functions like the following: * `add_typist` -* `remove_typist` +* `remove_typist` * `get_group_typists` * `get_all_typists`