From dc476b62d16a2a7267ca69f40022ce2be564e31a Mon Sep 17 00:00:00 2001 From: flack Date: Mon, 4 Nov 2013 19:16:04 +0100 Subject: [PATCH] Spelling fix --- 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 817c56270..dc65b433c 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -381,7 +381,7 @@ better than in a scenario where updates are done for each entity in isolation. Doctrine follows the UnitOfWork pattern which additionally detects all entities that were fetched and have changed during the request. You don't have to keep track of -entities yourself, when Doctrine already knowns about them. +entities yourself, when Doctrine already knows about them. As a next step we want to fetch a list of all the products. Let's create a new script for this: