Clarify wording about DELETE /followers

This commit is contained in:
Rabbit Whiskers 2012-10-01 15:12:06 -07:00
parent 89c0cab616
commit d52dd79546

View file

@ -65,7 +65,7 @@ Apps can request information on a specific follower.
### DELETE /followers/:id
Apps can end the user's relationship with a follower, which means that the server will no longer notify
them of your new posts. They will still be able to get your public posts using the API.
the follower of the user's new posts. The follower will still be able to get the user's public posts using the API.
{delete_follower example}