Skip to content

Commit bb0a4ca

Browse files
Fix grammar.
Co-authored-by: Mike Kistler <[email protected]>
1 parent 4fa8b7d commit bb0a4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ This object MAY be extended with [Specification Extensions](#specification-exten
16261626

16271627
To use the `encoding` field, a `schema` MUST exist, and the `encoding` field's keys MUST exist in the schema as properties.
16281628
Array properties MUST be handled by applying the given Encoding Object to multiple parts (or query parameters) with the same `name`, as is recommended by [RFC7578](https://www.rfc-editor.org/rfc/rfc7578.html#section-4.3) for supplying multiple values per form field.
1629-
For all other property types, including array values within a top-level array, the Encoding Object MUST be applied to the entire values.
1629+
For all other property types, including array values within a top-level array, the Encoding Object MUST be applied to the entire value.
16301630

16311631
The behavior of the `encoding` field is only defined for media types structured as name-value pairs that allow repeat values.
16321632
The order of these name-value pairs in the target media type is implementation-defined.

0 commit comments

Comments
 (0)