Skip to content

Commit 1efcc13

Browse files
authored
Fix grammar in projector.md
1 parent 2befaf3 commit 1efcc13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sites/riddl-1x/docs/concepts/projector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Projectors transform update events from entities into a data set that can
1515
be more easily queried. Projectors have handlers that specify both how to
1616
apply updates to the projector's state and satisfy queries against that state.
1717
A projector's data is always a duplicate and not the system of record for the
18-
data. Typically persistent entities are the system of record.
18+
data. Typically, persistent entities are the system of record.
1919

2020

2121

0 commit comments

Comments
 (0)