From 5c47806b7b0c39939574c8fa0108f8f9ec6df5a9 Mon Sep 17 00:00:00 2001 From: markspare Date: Tue, 26 Jun 2018 13:15:41 +0100 Subject: [PATCH] Fix typo --- components/routing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/routing.rst b/components/routing.rst index 8b34e552185..e8657cd9bb7 100644 --- a/components/routing.rst +++ b/components/routing.rst @@ -442,7 +442,7 @@ routes with UTF-8 characters: array( 'utf8' => true, ) - ); + )); // ... @@ -521,7 +521,7 @@ You can also include UTF-8 strings as routing requirements: array( 'utf8' => true, ) - ); + )); // ...