From e77ee1538b9aba8dfbefae2c3cdddf5dda2c8e91 Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Sat, 31 Dec 2016 12:58:17 -0500 Subject: [PATCH] describe should have an 's' on the end 3rd person present To give an account in words of (someone or something), including all the relevant characteristics, qualities, or events. --- create_framework/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/routing.rst b/create_framework/routing.rst index d866db098a4..2aed62006e4 100644 --- a/create_framework/routing.rst +++ b/create_framework/routing.rst @@ -56,7 +56,7 @@ Instead of an array for the URL map, the Routing component relies on a $routes = new RouteCollection(); -Let's add a route that describe the ``/hello/SOMETHING`` URL and add another +Let's add a route that describes the ``/hello/SOMETHING`` URL and add another one for the simple ``/bye`` one:: use Symfony\Component\Routing\Route;