diff --git a/en/controllers/request-response.rst b/en/controllers/request-response.rst index 62a29b8ed7..9aad85081e 100644 --- a/en/controllers/request-response.rst +++ b/en/controllers/request-response.rst @@ -221,7 +221,7 @@ There are several built-in detectors that you can use: * ``is('head')`` Check to see whether the current request is HEAD. * ``is('options')`` Check to see whether the current request is OPTIONS. * ``is('ajax')`` Check to see whether the current request came with - X-Requested-with = XmlHttpRequest. + X-Requested-With = XMLHttpRequest. * ``is('ssl')`` Check to see whether the request is via SSL * ``is('flash')`` Check to see whether the request has a User-Agent of Flash * ``is('mobile')`` Check to see whether the request came from a common list