From 75cc85746e7c5e38a0f7aa6a6b1927e40e869dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 7 Nov 2014 15:57:21 +0100 Subject: [PATCH] typo --- source/development/make-test-working.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/development/make-test-working.rst b/source/development/make-test-working.rst index 7b1919c4b..3f9778173 100644 --- a/source/development/make-test-working.rst +++ b/source/development/make-test-working.rst @@ -228,4 +228,4 @@ You should add there all routing information needed for your bundle. chill_main_bundle: resource: "@CLChillMainBundle/Resources/config/routing.yml" -That's it. Tests should not pass. +That's it. Tests should pass.