From eab9ad05f2ac9cb21d28a71076633466e75d7065 Mon Sep 17 00:00:00 2001 From: Sarah-eit <111879236+Sarah-eit@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:10:46 +0100 Subject: [PATCH] Update controller.rst Delete the extra parenthesis --- controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.