From 27fe4d78b7124a11045c129c4f5c95ed60dc674c Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Tue, 30 Dec 2014 20:12:11 -0500 Subject: [PATCH] Minor docs fix: missing word 'do' --- docs/en/reference/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/architecture.rst b/docs/en/reference/architecture.rst index 54122bcf1..babbb81d6 100644 --- a/docs/en/reference/architecture.rst +++ b/docs/en/reference/architecture.rst @@ -12,7 +12,7 @@ As the term ORM already hints at, Doctrine 2 aims to simplify the translation between database rows and the PHP object model. The primary use case for Doctrine are therefore applications that utilize the Object-Oriented Programming Paradigm. For applications -that not primarily work with objects Doctrine 2 is not suited very +that do not primarily work with objects Doctrine 2 is not suited very well. Requirements