mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 03:06:10 +00:00
Fix thousands of spelling typos (#10272)
This commit is contained in:
@@ -507,7 +507,7 @@ instance Produces TestJsonFormData MimeNoContent
|
||||
|
||||
-- *** testQueryParameterCollectionFormat
|
||||
|
||||
-- | @PUT \/fake\/test-query-paramters@
|
||||
-- | @PUT \/fake\/test-query-parameters@
|
||||
--
|
||||
-- To test the collection format in query parameters
|
||||
--
|
||||
@@ -519,7 +519,7 @@ testQueryParameterCollectionFormat
|
||||
-> Context -- ^ "context"
|
||||
-> OpenAPIPetstoreRequest TestQueryParameterCollectionFormat MimeNoContent NoContent MimeNoContent
|
||||
testQueryParameterCollectionFormat (Pipe pipe) (Ioutil ioutil) (Http http) (Url url) (Context context) =
|
||||
_mkRequest "PUT" ["/fake/test-query-paramters"]
|
||||
_mkRequest "PUT" ["/fake/test-query-parameters"]
|
||||
`addQuery` toQueryColl CommaSeparated ("pipe", Just pipe)
|
||||
`addQuery` toQueryColl CommaSeparated ("ioutil", Just ioutil)
|
||||
`addQuery` toQueryColl SpaceSeparated ("http", Just http)
|
||||
|
||||
Reference in New Issue
Block a user