Skip to content

Commit 382da08

Browse files
authored
Fixed typo in subscription doc (#924)
1 parent b431a2d commit 382da08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/clients/tcp/dotnet/21.2/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For regular streams, the checkpoint is a sequence number of the event, which is
4040
Catch-up subscriptions are typically used for producing _read models_ in event-sourced systems that use the CQRS pattern. Subscribers that update read models are often called _projections_ because they project the event payload to a piece of state in another database. Client-side projections use the same concept as EventStoreDB server-side projections but have a different purpose.
4141

4242
::: tip Storing checkpoints
43-
The best practice for subscriptions that project events to another storage, is to store checkpoints in the same storage. Projecting an event and storing the checkpoint in one transaction allows you t achieve the _exactly once_ event processing.
43+
The best practice for subscriptions that project events to another storage, is to store checkpoints in the same storage. Projecting an event and storing the checkpoint in one transaction allows you to achieve the _exactly once_ event processing.
4444
:::
4545

4646
### Subscribing to a stream

0 commit comments

Comments
 (0)