From b81edbf3aea3fa3cb7f3d7f7435308da075a948b Mon Sep 17 00:00:00 2001 From: Bernhard Essl Date: Tue, 20 Feb 2024 14:05:25 +0100 Subject: [PATCH] fixed typo --- Chapter11/TodoList.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter11/TodoList.yaml b/Chapter11/TodoList.yaml index b066ac4..a2ebe8c 100644 --- a/Chapter11/TodoList.yaml +++ b/Chapter11/TodoList.yaml @@ -41,7 +41,7 @@ paths: $ref: '#/components/requestBodies/taskBody' /tasks/{taskId}: get: - description: Gets the informaiton for the specified task + description: Gets the information for the specified task parameters: - in: path schema: @@ -151,4 +151,4 @@ components: $ref: '#/components/schemas/task' Error: type: string - default: "Bad data sent" \ No newline at end of file + default: "Bad data sent"