1
0
mirror of synced 2025-03-21 23:43:53 +03:00

Fixed typo in mapping documentation

"Classthat" to "Class that" line #69
This commit is contained in:
Nick Hazen 2013-09-05 09:32:36 -04:00
parent 0a9ff77303
commit 982840ac3c

View File

@ -66,7 +66,7 @@ annotations for supplying object-relational mapping metadata.
Persistent classes
------------------
Every PHP Classthat you want to save in the database using Doctrine
Every PHP Class that you want to save in the database using Doctrine
need to be configured as "Entity".
.. configuration-block::