Skip to content

Commit

Permalink
Fix getting started syntax issue causing rendering glitches
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi authored Mar 23, 2018
1 parent d199c92 commit 15a149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/tutorials/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ makes it an **invalid object**.
Rich entities should represent **behavior**, not **data**, therefore
they should be valid even after a ``__construct()`` call.

To help creating such objects, we can rely on ``DTO``s, and/or make
To help creating such objects, we can rely on ``DTOs``, and/or make
our entities always up-to-date. This can be performed with static constructors,
or rich mutators that accept ``DTOs`` as parameters.

Expand Down

0 comments on commit 15a149c

Please sign in to comment.