Skip to content

Commit

Permalink
Merge pull request #838 from flack/patch-2
Browse files Browse the repository at this point in the history
Spelling fix
  • Loading branch information
Ocramius committed Nov 4, 2013
2 parents 271f952 + dc476b6 commit 1412139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/tutorials/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1412139

Please sign in to comment.