From fc1f5915768d32be51f289fdc7b19da06a3959fc Mon Sep 17 00:00:00 2001 From: Dominik Hajduk Date: Mon, 4 Jan 2016 21:26:04 +0100 Subject: [PATCH] Remove repetition in text --- book/forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/forms.rst b/book/forms.rst index f2738655ea2..e5a6990aaa4 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -1168,7 +1168,7 @@ Defining your Forms as Services ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your form type might have some external dependencies. You can define your form -type as a service, and inject inject all dependencies you need. +type as a service, and inject all dependencies you need. .. note::