diff options
author | Eileen M. Uchitelle <eileencodes@users.noreply.github.com> | 2017-11-02 11:48:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 11:48:20 -0400 |
commit | 97f317e8ffe823155e37dcdd9ccf3822c3e86f3c (patch) | |
tree | ec08c45a2cf90f8c134c3af31de17b3ed21930f0 /actionpack/lib/action_dispatch | |
parent | 5aa5e35cf948b430538152024495583e9defe3af (diff) | |
parent | b0c9f0c8deb4a224609f5673dc850599e126535e (diff) | |
download | rails-97f317e8ffe823155e37dcdd9ccf3822c3e86f3c.tar.gz rails-97f317e8ffe823155e37dcdd9ccf3822c3e86f3c.tar.bz2 rails-97f317e8ffe823155e37dcdd9ccf3822c3e86f3c.zip |
Merge pull request #31034 from haneru/edit-comment
[ci skip]Fix typo in comments.
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r-- | actionpack/lib/action_dispatch/http/request.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/request.rb b/actionpack/lib/action_dispatch/http/request.rb index 60aa1d4e8a..d631281e4b 100644 --- a/actionpack/lib/action_dispatch/http/request.rb +++ b/actionpack/lib/action_dispatch/http/request.rb @@ -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") # |