Skip to content

Commit

Permalink
Fix typo in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Feb 6, 2016
1 parent 7931c26 commit df44376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/CorsBuilder.php
Expand Up @@ -76,7 +76,7 @@ public function __construct(Response $response, $origin, $isSsl = false)
/**
* 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
Expand Down

0 comments on commit df44376

Please sign in to comment.