Skip to content

Commit c51ca3b

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Update controller.rst
2 parents db324ea + 924685d commit c51ca3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ method::
898898
{
899899
$response = $this->sendEarlyHints([
900900
new Link(rel: 'preconnect', href: 'https://fonts.google.com'),
901-
(new Link(href: '/style.css'))->withAttribute('as', 'stylesheet'),
901+
(new Link(href: '/style.css'))->withAttribute('as', 'style'),
902902
(new Link(href: '/script.js'))->withAttribute('as', 'script'),
903903
]);
904904

0 commit comments

Comments
 (0)