lib/hanami/early_hints.rb in hanami-1.3.3 vs lib/hanami/early_hints.rb in hanami-1.3.4

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Hanami # HTTP/2 Early Hints Rack middleware # - # It sends extra responses **before** the main reponse is sent. + # It sends extra responses **before** the main response is sent. # These extra responses are HTTP/2 Early Hints (103). # They specify the web assets (javascripts, stylesheets, etc..) to be "pushed", # so modern browsers pre-fetch them in parallel with the main HTTP response. # # @see https://tools.ietf.org/html/draft-ietf-httpbis-early-hints-05