Merge pull request #787 from KimJungHun/fixes_typo

fixes two typo error

Andrew Cantino %!s(int64=10) %!d(string=hace) años
padre
commit
04ec3a51e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/models/agents/website_agent.rb

+ 1 - 1
app/models/agents/website_agent.rb

@@ -86,7 +86,7 @@ module Agents
86 86
 
87 87
           * `status`: HTTP status as integer. (Almost always 200)
88 88
 
89
-          * `headers`: Reponse headers; for example, `{{ _response_.headers.Content-Type }}` expands to the value of the Content-Type header.  Keys are insentitive to cases and -/_.
89
+          * `headers`: Response headers; for example, `{{ _response_.headers.Content-Type }}` expands to the value of the Content-Type header.  Keys are insensitive to cases and -/_.
90 90
     MD
91 91
 
92 92
     event_description do