diff --git a/docs/en/tutorials/in-ten-quick-steps.rst b/docs/en/tutorials/in-ten-quick-steps.rst index 8ae25a067..b683158b9 100644 --- a/docs/en/tutorials/in-ten-quick-steps.rst +++ b/docs/en/tutorials/in-ten-quick-steps.rst @@ -172,7 +172,7 @@ with another setup just take a look into the :doc:`Installation help public function __construct(User $author) { $this->author = $author; - $this->posts = new ArrayCollection(); + $this->comments = new ArrayCollection(); } public function addComment($text)