Merge pull request #785 from KimJungHun/change_description

change description of webhook agent

Andrew Cantino 10 years ago
parent
commit
a93c64d7b7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/models/agents/webhook_agent.rb

+ 0 - 2
app/models/agents/webhook_agent.rb

@@ -12,8 +12,6 @@ module Agents
12 12
            https://#{ENV['DOMAIN']}/users/#{user.id}/web_requests/#{id || '<id>'}/:secret
13 13
         ``` where `:secret` is specified in your options.
14 14
 
15
-        The
16
-
17 15
         Options:
18 16
 
19 17
           * `secret` - A token that the host will provide for authentication.