From 25a5f66568e31c5dc9b4f9ec423c71f2d5eb1155 Mon Sep 17 00:00:00 2001 From: Tim Beermann Date: Wed, 20 Apr 2022 10:02:22 +0200 Subject: [PATCH] fixed typo in legaxy_swagger.yaml file Signed-off-by: Tim Beermann --- api/v2.0/legacy_swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v2.0/legacy_swagger.yaml b/api/v2.0/legacy_swagger.yaml index e7c49248e..6215ae77c 100644 --- a/api/v2.0/legacy_swagger.yaml +++ b/api/v2.0/legacy_swagger.yaml @@ -49,8 +49,8 @@ paths: description: Unexpected internal errors. /chartrepo/{repo}/charts/{name}/{version}/labels: get: - summary: Return the attahced labels of chart. - description: Return the attahced labels of the specified chart version. + summary: Return the attached labels of chart. + description: Return the attached labels of the specified chart version. tags: - Products - Chart Repository