diff --git a/slate/source/includes/_pagination.md b/slate/source/includes/_pagination.md
index b3ec7247..693c4e19 100644
--- a/slate/source/includes/_pagination.md
+++ b/slate/source/includes/_pagination.md
@@ -27,7 +27,7 @@ Buddycloud uses [Result Set Management](http://xmpp.org/extensions/xep-0059.html
* building mobile applications and needing to limit the amount of data that the API sends back.
* your app needs to retrieve new messages since it was last online.
-When using the *REST API*, you will pass pagination parameters via the URL query part, while *XMPP-FTW* requires an `rsm` JSON object as part of the outgoing data, as described in .
+When using the *REST API*, you will pass pagination parameters via the URL query part, while *XMPP-FTW* requires an `rsm` JSON object as part of the outgoing data, as described in .
## Query Parameters