diff --git a/src/Network/CorsBuilder.php b/src/Network/CorsBuilder.php index bc7e4a32ba0..b43c5a13ba6 100644 --- a/src/Network/CorsBuilder.php +++ b/src/Network/CorsBuilder.php @@ -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