Skip to content

Commit b4afa35

Browse files
Fix typo
1 parent be7822e commit b4afa35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/HttpBindingProtocolGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ private void generateOperationRequestDeserializer(
16831683
* Writes out handling for the content-type header. The following rules apply:
16841684
*
16851685
* - The content-type header may always be omitted.
1686-
* - If the input shape has a member with the httpPaylaod trait then the following apply:
1686+
* - If the input shape has a member with the httpPayload trait then the following apply:
16871687
* - If the target is a shape with the mediaType trait, the value of the content-type header must
16881688
* match if present.
16891689
* - If the target is a blob shape without a media type, the content-type header may have any value.
@@ -1737,7 +1737,7 @@ private void handleContentType(
17371737
* Writes out handling for the accept header. The following rules apply:
17381738
*
17391739
* - The accept header may always be omitted.
1740-
* - If the output shape has a member with the httpPaylaod trait then the following apply:
1740+
* - If the output shape has a member with the httpPayload trait then the following apply:
17411741
* - If the target is a shape with the mediaType trait, the value of the accept header must
17421742
* match if present.
17431743
* - If the target is a blob shape without a media type, the accept header may have any value.

0 commit comments

Comments
 (0)