summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-06-20 10:48:52 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-06-20 10:48:52 +0000
commit97a84a08d62f596724efcd739e7ba02aa65fc6e6 (patch)
treec82f3eb75053169ceb74e17286f1666670bcfa35 /develop/print.html
parentdeploy: 0f02f0b4da92229e88e27a92ea3bfa523457bfc1 (diff)
downloadsynapse-97a84a08d62f596724efcd739e7ba02aa65fc6e6.tar.xz
deploy: 2301a09d7af2a7b1c85cceb9cc60eee895784c20
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html2
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