ソースを参照

Merge pull request #12036 from davidyell/patch-5

Fixed typo
Mark Sch 8 年 前
コミット
ce6d4042e7
1 ファイル変更1 行追加1 行削除
  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
-     * 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.
      *
      * ### Note: