Browse Source

Merge branch 'master' into 3.next

Mark Story 7 years ago
parent
commit
435fc08ca1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Routing/Route/Route.php

+ 1 - 1
src/Routing/Route/Route.php

@@ -254,7 +254,7 @@ class Route
     /**
      * 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`.
      *