Skip to content

Commit 399ffdf

Browse files
author
Ron
authored
Merge pull request OAI#1056 from MikeRalphson/patch-16
Grammar nit
2 parents 7131ee3 + a47c121 commit 399ffdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ When passing complex objects in the `x-www-form-urlencoded` content type, the de
14641464

14651465
##### Special Considerations for `multipart` content
14661466

1467-
It is common to use `multipart/form-data` as a `Content-Type` when transferring request bodies to operations. In contrast to 2.0, a `schema` is required to define the input parameters to the operation when using `multipart` content. This allows complex structures as well as supports mechanisms for multiple file uploads.
1467+
It is common to use `multipart/form-data` as a `Content-Type` when transferring request bodies to operations. In contrast to 2.0, a `schema` is required to define the input parameters to the operation when using `multipart` content. This allows complex structures as well as supporting mechanisms for multiple file uploads.
14681468

14691469
When passing in `multipart` types, boundaries MAY be used to separate sections of the content being transferred — thus, the following default `Content-Type`s are defined for `multipart/*`:
14701470

0 commit comments

Comments
 (0)