1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html
index 21693059e0..dd4487e66b 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -12888,7 +12888,7 @@ for a server admin: see <a href="admin_api/../usage/administration/admin_api/">A
<ul>
<li><code>from</code> (required) - The token to start returning events from. This token can be obtained from a prev_batch
or next_batch token returned by the /sync endpoint, or from an end token returned by a previous request to this endpoint.</li>
-<li><code>to</code> - The token to spot returning events at.</li>
+<li><code>to</code> - The token to stop returning events at.</li>
<li><code>limit</code> - The maximum number of events to return. Defaults to <code>10</code>.</li>
<li><code>filter</code> - A JSON RoomEventFilter to filter returned events with.</li>
<li><code>dir</code> - The direction to return events from. Either <code>f</code> for forwards or <code>b</code> for backwards. Setting
|