Fix some grammar in the typed style guide (#27388)

Also, use English ("for example") rather than Latin ("e.g.") in docs.
This commit is contained in:
Dale Wijnand 2019-07-22 14:25:01 +01:00 committed by Arnout Engelen
parent 69fd98a39d
commit fb653cc336

View file

@ -446,5 +446,5 @@ is a list of additional conventions:
* Incoming messages to an actor are typically called commands, and therefore the super type of all
messages that an actor can handle is typically @scala[`sealed trait Command`]@java[`interface Command {}`].
* Use past tense for the events persisted by an `EventSourcedBehavior` since those represent facts that has happened,
e.g. `Incremented`.
* Use past tense for the events persisted by an `EventSourcedBehavior` since those represent facts that have happened,
for example `Incremented`.