Browse Source

Fix typo in docblock

Bryan Crowe 10 years ago
parent
commit
df443765cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Network/CorsBuilder.php

+ 1 - 1
src/Network/CorsBuilder.php

@@ -76,7 +76,7 @@ class CorsBuilder
     /**
      * Apply the queued headers to the response.
      *
-     * If the builer has no Origin, or if there are no allowed domains,
+     * If the builder has no Origin, or if there are no allowed domains,
      * or if the allowed domains do not match the Origin header no headers will be applied.
      *
      * @return \Cake\Network\Response