Skip to content

Commit 02bff46

Browse files
committed
docs: clarify wording in subscriptions regarding starting positions
1 parent 519bff5 commit 02bff46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ When you subscribe to a stream with link events (e.g., `$ce` category stream), s
4646

4747
## Subscribing from a Position
4848

49-
Both stream and `$all` subscriptions accept a starting position if you want to read from a specific point onward. If events already exist at the position you subscribe to, they will be read on the server side and sent to the subscription.
49+
Both stream and `$all` subscriptions accept a starting position if you want to read from a specific point onward. If events already exist after the position you subscribe to, they will be read on the server side and sent to the subscription.
5050

5151
Once caught up, the server will push any new events received on the streams to the client. There is no difference between catching up and live on the client side.
5252

@@ -418,4 +418,4 @@ The client allows you to configure backpressure to control how many events are b
418418

419419
By default, the client requests up to 512 events at a time. It will automatically
420420
request more events when the number of buffered (unprocessed) events falls below
421-
25% of the batch size.
421+
25% of the batch size.

0 commit comments

Comments
 (0)