Skip to content

Commit

Permalink
Fix typo in Route.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Iandenh committed Oct 1, 2018
1 parent c7122d5 commit a074a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Route/Route.php
Expand Up @@ -254,7 +254,7 @@ public function setPass(array $names)
/**
* Set the names of parameters that will persisted automatically
*
* Persistent parametesr allow you to define which route parameters should be automatically
* Persistent parameters allow you to define which route parameters should be automatically
* included when generating new URLs. You can override persistent parameters
* by redefining them in a URL or remove them by setting the persistent parameter to `false`.
*
Expand Down

0 comments on commit a074a07

Please sign in to comment.