Fix another batch of spelling typos (#13915)

* Fix typos

* Remove repeated words

* Minor grammar fixes
This commit is contained in:
Nathan Baulch
2022-11-08 00:30:24 +11:00
committed by GitHub
parent 3dc8403e10
commit 9f1fa0e440
1449 changed files with 2576 additions and 2581 deletions

View File

@@ -30,7 +30,7 @@ Method | HTTP request | Description
[**object_model_with_ref_props**](#object_model_with_ref_props) | **post** /fake/refs/object_model_with_ref_props |
[**parameter_collisions**](#parameter_collisions) | **post** /fake/parameterCollisions/{1}/{aB}/{Ab}/{self}/{A-B}/ | parameter collision case
[**query_param_with_json_content_type**](#query_param_with_json_content_type) | **get** /fake/queryParamWithJsonContentType | query param with json content-type
[**query_parameter_collection_format**](#query_parameter_collection_format) | **put** /fake/test-query-paramters |
[**query_parameter_collection_format**](#query_parameter_collection_format) | **put** /fake/test-query-parameters |
[**ref_object_in_query**](#ref_object_in_query) | **get** /fake/refObjInQuery | user list
[**response_without_schema**](#response_without_schema) | **get** /fake/responseWithoutSchema | receives a response without schema
[**string**](#string) | **post** /fake/refs/string |
@@ -561,7 +561,7 @@ No authorization required
Ensures that original naming is used in endpoint params, that way we on't have collisions
Ensures that original naming is used in endpoint params, that way we won't have collisions
### Example

View File

@@ -183,7 +183,7 @@ Key | Input Type | Accessed Type | Description | Notes
Find purchase order by ID
For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions
### Example