From 4729b88f5e7d35bc8604f404fa95cadc8ec65c39 Mon Sep 17 00:00:00 2001 From: Kevin Ji Date: Thu, 12 Dec 2013 23:12:33 -0800 Subject: [PATCH] Fix typo: hel -> help --- r2/r2/templates/apihelp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/templates/apihelp.html b/r2/r2/templates/apihelp.html index a92f71481..d18059c78 100644 --- a/r2/r2/templates/apihelp.html +++ b/r2/r2/templates/apihelp.html @@ -168,7 +168,7 @@ fetched.

modhashes

<%text filter="safemarkdown"> -A modhash is a token that the reddit API requires to hel prevent +A modhash is a token that the reddit API requires to help prevent [CSRF](http://en.wikipedia.org/wiki/CSRF). Modhashes can be obtained via the [/api/me.json](#GET_api_me.json) call or in response data of listing endpoints.