Skip to content

Commit 89bb140

Browse files
committed
nitpick fixes
1 parent 46c3203 commit 89bb140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ requestBody:
12131213
type: '#/definitions/Address'
12141214
```
12151215
1216-
In scenarios where more control is needed over the Content-Type for `multipart` request bodies, an `encoding` attribute is introduced. This attribute is _only_ applicable to `mulitpart/*` request bodies.
1216+
In scenarios where more control is needed over the Content-Type for `multipart` request bodies, an `encoding` attribute is introduced. This attribute is _only_ applicable to `mulitpart/*` and `x-www-form-urlencoded` request bodies.
12171217

12181218
#### <a name="encodingObject"></a>Encoding Object
12191219

@@ -1231,7 +1231,7 @@ A single encoding definition applied to a single schema property
12311231
##### Fixed Fields
12321232
Field Name | Type | Description
12331233
---|:---:|---
1234-
<a name="contentType"></a>Content-Type | `string` | **Required.** The content-type to use for encoding a specific property.
1234+
<a name="contentType"></a>contentType | `string` | **Required.** The content-type to use for encoding a specific property.
12351235
<a name="headers"></a>Headers | `object` | A string map allowing additional information to be provided as headers, for example `Content-Disposition`. Note `Content-Type` is described separately and will be ignored from this section.
12361236
<a name="style"></a>Style | `string` | The content-type to use for encoding a specific property. See (#parameterContent) for details on the `style` property
12371237
<a name="explode"></a>explode | `boolean` | When this is true, property values of type `array` or `object` generate seperate parameters for each value of the array, or key-value-pair of the map. For other types of properties this property has no effect. The default value is false.

0 commit comments

Comments
 (0)