From 6348590eebc6756f60cebe5c1ad4de4df61a1ef4 Mon Sep 17 00:00:00 2001 From: Scott Feeney Date: Wed, 3 Oct 2012 19:23:50 -0500 Subject: [PATCH] Fix typo --- content/docs/app-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/app-server.md b/content/docs/app-server.md index e2aa786..afb8426 100644 --- a/content/docs/app-server.md +++ b/content/docs/app-server.md @@ -112,7 +112,7 @@ GET parameters can be used to filter and paginate the returned posts. | `since_time` | Posts with `published_at` greater than the specified unix epoch. | | `before_time` | Posts with `published_at` less than the specified unix epoch. | | `entity` | Posts published by the specified entity. | -| `mentioned_entity` | Posts that mention that specified entity. | +| `mentioned_entity` | Posts that mention the specified entity. | | `post_types` | Posts that match specific comma-separated type URIs. | | `limit` | The number of posts to return (defaults to the maximum of 200). |