Skip to content

Commit 59f9edb

Browse files
committed
minor #11743 Fix a spelling mistake. (Saracevas)
This PR was submitted for the 4.3 branch but it was merged into the 4.2 branch instead (closes #11743). Discussion ---------- Fix a spelling mistake. Change the spelling of the word `necessary`. Commits ------- 27c6979 Fix a spelling mistake.
2 parents 1b884c3 + 27c6979 commit 59f9edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/reverse_engineering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The generated PHP classes now have properties and annotation metadata, but they
9494
do *not* have any getter or setter methods. If you generated XML or YAML metadata,
9595
you don't even have the PHP classes!
9696

97-
To generate the missing getter/setter methods (or to *create* the classes if neceesary),
97+
To generate the missing getter/setter methods (or to *create* the classes if necessary),
9898
run:
9999

100100
.. code-block:: terminal

0 commit comments

Comments
 (0)