Skip to content

Commit 4093b15

Browse files
committed
Spelling
1 parent 8e46b7c commit 4093b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/3030-jump-to-date.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ were unable to find an event to display on January 1st, 2022. The closest event
136136
after that date is on January 27th."
137137

138138

139-
### Abusing the `/timestamp_to_event` API to get the `m.room.create` event
139+
### Abusing the `/timestamp_to_event` API to get the `m.room.create` event
140140

141141
Although it's possible to jump to the start of the room and get the first event in the
142142
room (`m.room.create`) with `/timestamp_to_event?dir=f&ts=0`, clients should still use
@@ -183,7 +183,7 @@ be impossible to distinguish from a timestamp.
183183
A related alternative is to use `/messages` with a `from_time`/`to_time` (or
184184
`from_ts`/`to_ts`) query parameters that only accept timestamps which solves the
185185
confusion and disambigution problem of trying to re-use the existing `from`/`to`
186-
query paramters. Re-using `/messages` would reduce the number of round-trips and
186+
query parameters. Re-using `/messages` would reduce the number of round-trips and
187187
potentially client-side implementations for the use case where you want to fetch
188188
a window of messages from a given time. But has the same round-trip problem if
189189
you want to use the returned `event_id` with `/context` or another endpoint

0 commit comments

Comments
 (0)