Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesseanwright authored Nov 24, 2017
1 parent 829cada commit b302c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Webhook/WebhookController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ IEnvironment environment

[HttpPost]
public async Task<ContentResult> PostAsync() {
/* We need the raw body to valid the request
/* We need the raw body to validate the request
* by computing a HMAC hash from it based upon
* the secret key. We then manually deserialise
* it for validation and further manipulation.
Expand Down

0 comments on commit b302c9c

Please sign in to comment.