Merge pull request #18038 from stephenmcd/master

Fixed typo.
This commit is contained in:
Konrad Malawski 2015-07-19 13:54:52 +02:00
commit 1067eddb6e
2 changed files with 2 additions and 2 deletions

View file

@ -615,7 +615,7 @@ Event Adapters
Complete documentation featuring use-cases and implementation examples for this feature will follow shortly.
In long running projects using event sourcing sometimes the need arrises to detach the data model from the domain model
In long running projects using event sourcing sometimes the need arises to detach the data model from the domain model
completely.
Event Adapters help in situations where:

View file

@ -612,7 +612,7 @@ Event Adapters
Complete documentation featuring use-cases and implementation examples for this feature will follow shortly.
In long running projects using event sourcing sometimes the need arrises to detach the data model from the domain model
In long running projects using event sourcing sometimes the need arises to detach the data model from the domain model
completely.
Event Adapters help in situations where: