[Pkg-owncloud-commits] [owncloud-doc] 04/12: fix #416

David Prévot taffit at moszumanska.debian.org
Fri Nov 7 11:42:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit e6657dcd1f6103199315d63b143c33a6e1bd8364
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date:   Thu Oct 30 16:35:01 2014 +0100

    fix #416
---
 developer_manual/app/request.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developer_manual/app/request.rst b/developer_manual/app/request.rst
index 52fe226..fff58ea 100644
--- a/developer_manual/app/request.rst
+++ b/developer_manual/app/request.rst
@@ -45,7 +45,7 @@ A :doc:`Middleware <middleware>` is a convenient way to execute common tasks suc
 
 Container
 =========
-The :doc:`container` is the place where you define all of your classes and in particular all of your controllers. The container is responsible for assembling all of your objects (newing your classes) that should only have one single instance without relying on globals or singletons. If you want to know more about why you should use it and what the benefits are, read up on the topic in :doc:`container`.
+The :doc:`container` is the place where you define all of your classes and in particular all of your controllers. The container is responsible for assembling all of your objects (instantiating your classes) that should only have one single instance without relying on globals or singletons. If you want to know more about why you should use it and what the benefits are, read up on the topic in :doc:`container`.
 
 Controller
 ==========

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list