forked from loafle/openapi-generator-original
Fix another batch of spelling typos (#13915)
* Fix typos * Remove repeated words * Minor grammar fixes
This commit is contained in:
@@ -16,14 +16,14 @@ function handleError(err, request, response, next) {
|
||||
/**
|
||||
* The purpose of this route is to collect the request variables as defined in the
|
||||
* OpenAPI document and pass them to the handling controller as another Express
|
||||
* middleware. All parameters are collected in the requet.swagger.values key-value object
|
||||
* middleware. All parameters are collected in the request.swagger.values key-value object
|
||||
*
|
||||
* The assumption is that security handlers have already verified and allowed access
|
||||
* to this path. If the business-logic of a particular path is dependant on authentication
|
||||
* to this path. If the business-logic of a particular path is dependent on authentication
|
||||
* parameters (e.g. scope checking) - it is recommended to define the authentication header
|
||||
* as one of the parameters expected in the OpenAPI/Swagger document.
|
||||
*
|
||||
* Requests made to paths that are not in the OpernAPI scope
|
||||
* Requests made to paths that are not in the OpenAPI scope
|
||||
* are passed on to the next middleware handler.
|
||||
* @returns {Function}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user