From dce76bba60a4dfaa8cc56edd8a2ae5452022f790 Mon Sep 17 00:00:00 2001 From: Joshua Di Fabio Date: Mon, 2 Mar 2015 16:53:44 +0000 Subject: [PATCH] Fix 'entitiy' typo in Getting Started tutorial --- docs/en/tutorials/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index 60f97c4b6..69fd373b6 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -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.