diff --git a/controller.rst b/controller.rst index 21b7ccfdf81..e63a913fa07 100644 --- a/controller.rst +++ b/controller.rst @@ -761,7 +761,7 @@ Technically, Early Hints are an informational HTTP response with the status code status code and sends its headers immediately. This way, browsers can start downloading the assets immediately; like the -``style.css`` and ``script.js`` files in the above example). The +``style.css`` and ``script.js`` files in the above example. The ``sendEarlyHints()`` method also returns the ``Response`` object, which you must use to create the full response sent from the controller action.