1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Merge pull request #1320 from joshdifabio/patch-1

Fix 'entitiy' typo in Getting Started tutorial
This commit is contained in:
Marco Pivetta 2015-03-02 16:58:05 +00:00
commit f2f47930e6

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.