From 0e06cbaa1bf00c443c9878f96e46377ca449e816 Mon Sep 17 00:00:00 2001 From: Nicholas Kalar Date: Wed, 13 Aug 2025 15:11:42 -0400 Subject: [PATCH] fixed typo. --- src/main/resources/openapi/endpoints/items.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/openapi/endpoints/items.yaml b/src/main/resources/openapi/endpoints/items.yaml index 3406491..766b42b 100644 --- a/src/main/resources/openapi/endpoints/items.yaml +++ b/src/main/resources/openapi/endpoints/items.yaml @@ -113,7 +113,7 @@ components: example: "" sortTitle: type: "string" - description: "The tite of the book with any articles moved to the end for sorting purposes." + description: "The title of the book with any articles moved to the end for sorting purposes." example: "Fellowship of the Ring, The" format: type: "string" @@ -194,7 +194,7 @@ components: example: "" sortTitle: type: "string" - description: "The tite of the book with any articles moved to the end for sorting purposes." + description: "The title of the book with any articles moved to the end for sorting purposes." example: "Fellowship of the Ring, The" format: type: "string"