1
0
mirror of synced 2025-03-24 00:43:51 +03:00

Fix 'entitiy' typo in Getting Started tutorial

This commit is contained in:
Joshua Di Fabio 2015-03-02 16:53:44 +00:00
parent 6e40361fe7
commit dce76bba60

View File

@ -196,7 +196,7 @@ Doctrine command-line tool:
$ cd project/
$ vendor/bin/doctrine orm:schema-tool:create
At this point no entitiy metadata exists in `src` so you will see a message like
At this point no entity metadata exists in `src` so you will see a message like
"No Metadata Classes to process." Don't worry, we'll create a Product entity and
corresponding metadata in the next section.