Skip to content

Commit

Permalink
corrected a misspelling in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Sep 17, 2024
1 parent 12689da commit e5c42a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/events/projections/aggregate-projections.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ snippet: sample_aggregation_using_event_metadata

A couple important facts about this new functionality:

- The `RaiseSideEffects()` method is only called during _continuus_ asynchronous projection execution, and will not
- The `RaiseSideEffects()` method is only called during _continuous_ asynchronous projection execution, and will not
be called during projection rebuilds or `Inline` projection usage
- Events emitted during the side effect method are _not_ immediately applied to the current projected document value by Marten
- You _can_ alter the aggregate value or replace it yourself in this side effect method to reflect new events, but the onus
Expand Down

0 comments on commit e5c42a3

Please sign in to comment.