Skip to content

Commit 81d19bb

Browse files
pktippabajtos
authored andcommitted
fix(rest): a small typo fix in code comments
1 parent d0014c6 commit 81d19bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rest/src/validation/request-body.validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export type RequestBodyValidationOptions = AJV.Options;
2424
* Check whether the request body is valid according to the provided OpenAPI schema.
2525
* The JSON schema is generated from the OpenAPI schema which is typically defined
2626
* by `@requestBody()`.
27-
* The validation leverages AJS schema validator.
27+
* The validation leverages AJV schema validator.
2828
* @param body The request body parsed from an HTTP request.
2929
* @param requestBodySpec The OpenAPI requestBody specification defined in `@requestBody()`.
3030
* @param globalSchemas The referenced schemas generated from `OpenAPISpec.components.schemas`.

0 commit comments

Comments
 (0)