Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Aug 25, 2015
1 parent 67859f5 commit 2217d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Afterwards you should be able to integrate `prooph/event-store` into your infras
## Event Sourced Aggregates

We assume that you want to work with event sourced aggregates. If you are not sure what we are talking about
please refer to the great educational project [Buttercup.Protects](http://buttercup-php.github.io/protects/)by Mathias Verraes.
please refer to the great educational project [Buttercup.Protects](http://buttercup-php.github.io/protects/) by Mathias Verraes.
prooph/event-store does not include base classes or traits to added event sourced capabilities to your entities.

Sounds bad? It isn't!
Expand Down Expand Up @@ -198,4 +198,4 @@ The change causes a `UserNameChanged` event. You may noticed that after changing
a repository method. Only `$this->eventStore->commit();` is called. But as you can see in the last test assertion the username
is changed and the appropriate domain event was added to the `event_stream`. This happens becasue the repository manages an identity map
internally. Each aggregate root loaded via `AggregateRepository::getAggregateRoot` is added to the identity map and
new events recorded by such an agggregate root are added automatically to the event stream on `EventStore::commit`.
new events recorded by such an agggregate root are added automatically to the event stream on `EventStore::commit`.

0 comments on commit 2217d46

Please sign in to comment.