8000 [Doctrine] Update doctrine.rst by mark2016 · Pull Request #16793 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Doctrine] Update doctrine.rst #16793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update doctrine.rst
fix spelling woh -> whoa, reference https://writingexplained.org/whoa-or-woah-difference
  • Loading branch information
mark2016 authored May 9, 2022
commit 8cb7f850c35d978ef7a3764f6fd93a81371a8155
2 changes: 1 addition & 1 deletion doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
0