Skip to content

Commit 89f1894

Browse files
committed
Minor: grammar.
1 parent 621a9be commit 89f1894

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Ability to disable the depiction of the `HEAD` method:
88
- New option `hasHeadMethod` on the argument of `Documentation` and `Integration` constructors;
9-
- Depicts HEAD method for each Endpoint supporting GET method;
9+
- Depicts the HEAD method for each Endpoint supporting the GET method;
1010
- The option is enabled by default (the behaviour introduced in [v24.7.0](#v2470));
1111
- The feature suggested by [@GreaterTamarack](https://github.com/GreaterTamarack).
1212

express-zod-api/src/documentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ interface DocumentationParams {
6060
/** @default true */
6161
hasSummaryFromDescription?: boolean;
6262
/**
63-
* @desc Depict HEAD method for each Endpoint supporting GET method (feature of Express)
63+
* @desc Depict the HEAD method for each Endpoint supporting the GET method (feature of Express)
6464
* @default true
6565
* */
6666
hasHeadMethod?: boolean;

express-zod-api/src/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ interface IntegrationParams {
4848
* */
4949
noContent?: z.ZodType;
5050
/**
51-
* @desc Depict HEAD method for each Endpoint supporting GET method (feature of Express)
51+
* @desc Depict the HEAD method for each Endpoint supporting the GET method (feature of Express)
5252
* @default true
5353
* */
5454
hasHeadMethod?: boolean;

0 commit comments

Comments
 (0)