Skip to content

Commit 2d1c269

Browse files
committed
minor #7303 describe should have an 's' on the end (levidurfee)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7303). Discussion ---------- 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. Commits ------- 8638d1b describe should have an 's' on the end
2 parents 21aba6b + 8638d1b commit 2d1c269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Instead of an array for the URL map, the Routing component relies on a
5656

5757
$routes = new RouteCollection();
5858

59-
Let's add a route that describe the ``/hello/SOMETHING`` URL and add another
59+
Let's add a route that describes the ``/hello/SOMETHING`` URL and add another
6060
one for the simple ``/bye`` one::
6161

6262
use Symfony\Component\Routing\Route;

0 commit comments

Comments
 (0)