From ed0272f6b1bd8402cbc6da1f39277c5a4264817c Mon Sep 17 00:00:00 2001 From: usdjared Date: Tue, 12 May 2015 15:23:30 +0100 Subject: [PATCH] Missing word in user doc The word 'user' had been missed off a heading. --- doc/users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users.md b/doc/users.md index 5e76343d54e..4aa3d864673 100644 --- a/doc/users.md +++ b/doc/users.md @@ -95,7 +95,7 @@ $client->api('current_user')->follow()->follow('symfony'); Returns an array of followed users. -### Unfollow a +### Unfollow a user > Requires [authentication](security.md).