Skip to content

Commit b6e00f3

Browse files
Fixed some code style issues
1 parent 06f268d commit b6e00f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/schemas/Applicant.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ properties:
1717
surName:
1818
type: string
1919
maxLength: 70
20-
description: Surname of the applicant,
20+
description: Surname of the applicant.
2121
example: Muster
2222
address:
2323
$ref: ./StructuredAddress.yaml

src/mortgageAPI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ paths:
895895
headers:
896896
X-Correlation-ID:
897897
$ref: ./components/headers/X-Correlation-ID.yaml
898-
description: OK
898+
description: OK.
899899
content:
900900
application/json:
901901
schema:

0 commit comments

Comments
 (0)