From 8cb7f850c35d978ef7a3764f6fd93a81371a8155 Mon Sep 17 00:00:00 2001 From: mark2016 <16224288+mark2016@users.noreply.github.com> Date: Mon, 9 May 2022 21:44:12 +1000 Subject: [PATCH] Update doctrine.rst fix spelling woh -> whoa, reference https://writingexplained.org/whoa-or-woah-difference --- doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index 0112eb5428e..46770aa35b5 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -132,7 +132,7 @@ need. The command will ask you some questions - answer them like done below: The interactive behavior of the ``make:entity`` command was introduced in MakerBundle 1.3. -Woh! You now have a new ``src/Entity/Product.php`` file:: +Whoa! You now have a new ``src/Entity/Product.php`` file:: // src/Entity/Product.php namespace App\Entity;