mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #31034 from haneru/edit-comment
[ci skip]Fix typo in comments.
This commit is contained in:
commit
97f317e8ff
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ module ActionDispatch
|
|||
#
|
||||
# If the env contains +rack.early_hints+ then the server accepts HTTP2 push for Link headers.
|
||||
#
|
||||
# The +send_early_hints+ method accepts an hash of links as follows:
|
||||
# The +send_early_hints+ method accepts a hash of links as follows:
|
||||
#
|
||||
# send_early_hints("Link" => "</style.css>; rel=preload; as=style\n</script.js>; rel=preload")
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue