From 2767593781d44ad27cd93c87f70cb83d01d4d0be Mon Sep 17 00:00:00 2001 From: Stevo Slavic Date: Thu, 24 May 2018 23:35:10 +0200 Subject: [PATCH] Enable phrase checker for webhook spec Signed-off-by: Stevo Slavic --- Makefile | 4 ++-- http-webhook.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 893c353b6..1b9bc3bc1 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ all: verify verify: @echo Running href checker: - @# Use "-x" if you want to skip exernal links + @# Use "-x" if you want to skip external links @tools/verify-links.sh -v . @echo Running the spec phrase checker: - @tools/verify-specs.sh -v spec.md extensions.md json-format.md http-transport-binding.md + @tools/verify-specs.sh -v spec.md extensions.md json-format.md http-transport-binding.md http-webhook.md @echo Running the doc phrase checker: @tools/verify-docs.sh -v . diff --git a/http-webhook.md b/http-webhook.md index 28f8a321a..30c4a57e4 100644 --- a/http-webhook.md +++ b/http-webhook.md @@ -286,7 +286,7 @@ If the delivery target does not allow delivery of the events or does not expect delivery of events and nevertheless handles the HTTP OPTIONS method, the existing response ought not to be interpreted as consent, and therefore the handshake cannot rely on status codes. If the delivery target otherwise does -not handle the HTTP OPTIONS method, it should respond with HTTP status code +not handle the HTTP OPTIONS method, it SHOULD respond with HTTP status code 405, as if OPTIONS were not supported. The OPTIONS response SHOULD include the [Allow][Allow] header indicating the