Fixed doc description

This commit is contained in:
Juan Basso 2014-01-21 11:41:58 -05:00
parent a8ea1c6b55
commit 5d9d62ba57

View file

@ -1257,7 +1257,7 @@ class CakeResponse {
* ### Any URI * ### Any URI
* e.g `cors($request, '*');` * e.g `cors($request, '*');`
* *
* ### Any of URI * ### Whitelist of URIs
* e.g `cors($request, array('http://www.cakephp.org', '*.google.com', 'https://myproject.github.io'));` * e.g `cors($request, array('http://www.cakephp.org', '*.google.com', 'https://myproject.github.io'));`
* *
* @param CakeRequest $request Request object * @param CakeRequest $request Request object