Skip to content

Commit ea50a13

Browse files
committed
[Translation][Routing] Fix typos
1 parent 24fb53f commit ea50a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Route implements \Serializable
3535
* Available options:
3636
*
3737
* * compiler_class: A class name able to compile this route instance (RouteCompiler by default)
38-
* * utf8: Whether UTF-8 matching is enforced ot not
38+
* * utf8: Whether UTF-8 matching is enforced or not
3939
*
4040
* @param string $path The path pattern to match
4141
* @param array $defaults An array of default parameter values

0 commit comments

Comments
 (0)