Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88f6485

Browse files
authored
Merge pull request doctrine#7154 from ogizanagi/patch-1
Fix getting started syntax issue causing rendering glitches
2 parents d199c92 + 15a149c commit 88f6485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/tutorials/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ makes it an **invalid object**.
397397
Rich entities should represent **behavior**, not **data**, therefore
398398
they should be valid even after a ``__construct()`` call.
399399

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

0 commit comments

Comments
 (0)