Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d199c92 + 15a149c commit 88f6485Copy full SHA for 88f6485
1 file changed
docs/en/tutorials/getting-started.rst
@@ -397,7 +397,7 @@ makes it an **invalid object**.
397
Rich entities should represent **behavior**, not **data**, therefore
398
they should be valid even after a ``__construct()`` call.
399
400
-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
401
our entities always up-to-date. This can be performed with static constructors,
402
or rich mutators that accept ``DTOs`` as parameters.
403
0 commit comments