Skip to content

Commit 1a405a7

Browse files
committed
typo: paramter
1 parent 0a1cb43 commit 1a405a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ An `encoding` attribute is introduced to give you control over the serialization
16971697
A single encoding definition applied to a single schema property.
16981698
See [Appendix B](#dataTypeConversion) for a discussion of converting values of various types to string representations.
16991699

1700-
Properties are correlated with `multipart` parts using the `name` parameter to `Content-Disposition: form-data`, and with `application/x-www-form-urlencoded` using the query string paramter names.
1700+
Properties are correlated with `multipart` parts using the `name` parameter to `Content-Disposition: form-data`, and with `application/x-www-form-urlencoded` using the query string parameter names.
17011701
In both cases, their order is implementation-defined.
17021702

17031703
See [Appendix E](#percentEncodingAndFormMediaTypes) for a detailed examination of percent-encoding concerns for form media types.
@@ -2326,7 +2326,7 @@ Because of the potential for name clashes, the `operationRef` syntax is preferre
23262326
for multi-document OpenAPI descriptions.
23272327

23282328
Note that it is not possible to provide a constant value to `parameters` that matches the syntax of a runtime expression.
2329-
It is possible to have ambiguous parameter names, e.g. `name: id, in: path` and `name: path.id, in: query`; this is NOT RECOMMENDED and the behavior is implementation-defined, however implementations SHOULD prefer the qualified interpretation (`path.id` as a path parameter), as the names can always be qualified to disambiguate them (e.g. using `query.path.id` for the query paramter).
2329+
It is possible to have ambiguous parameter names, e.g. `name: id, in: path` and `name: path.id, in: query`; this is NOT RECOMMENDED and the behavior is implementation-defined, however implementations SHOULD prefer the qualified interpretation (`path.id` as a path parameter), as the names can always be qualified to disambiguate them (e.g. using `query.path.id` for the query parameter).
23302330

23312331
##### Examples
23322332

0 commit comments

Comments
 (0)