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, ) - ); + )); // ...