From 0f2f274b56679e0dac3e02a29f5e3ebf620749b5 Mon Sep 17 00:00:00 2001 From: Kevin Stich Date: Tue, 7 May 2024 23:59:03 -0700 Subject: [PATCH] Fix typos in RPCv2 CBOR spec --- docs/source-2.0/additional-specs/protocols/smithy-rpc-v2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source-2.0/additional-specs/protocols/smithy-rpc-v2.rst b/docs/source-2.0/additional-specs/protocols/smithy-rpc-v2.rst index 2b2e4664bda..40479383a09 100644 --- a/docs/source-2.0/additional-specs/protocols/smithy-rpc-v2.rst +++ b/docs/source-2.0/additional-specs/protocols/smithy-rpc-v2.rst @@ -298,8 +298,8 @@ headers for responses: - Required - The value of ``rpc-v2-cbor``. * - ``Content-Type`` - - Required with request bodies - - The value of ``application/cbor``. For event streaming requests, this + - Required with response bodies + - The value of ``application/cbor``. For event streaming responses, this is ``application/vnd.amazon.eventstream``. * - ``Content-Length`` - Conditional