Browse Source

Merge pull request #12036 from davidyell/patch-5

Fixed typo
Mark Sch 8 years ago
parent
commit
ce6d4042e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Routing/Router.php

+ 1 - 1
src/Routing/Router.php

@@ -741,7 +741,7 @@ class Router
 
 
     /**
     /**
      * Sets the full base URL that will be used as a prefix for generating
      * Sets the full base URL that will be used as a prefix for generating
-     * fully qualified URLs for this application. If not parameters are passed,
+     * fully qualified URLs for this application. If no parameters are passed,
      * the currently configured value is returned.
      * the currently configured value is returned.
      *
      *
      * ### Note:
      * ### Note: