From 9d2bea6308769c1c69b5dbccd323b486bdcdae41 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Fri, 31 Oct 2025 20:38:04 +0000 Subject: [PATCH] docs(release list): fix typo Signed-off-by: Babak K. Shandiz --- pkg/cmd/release/list/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/release/list/http.go b/pkg/cmd/release/list/http.go index ce798fb92..02db946c8 100644 --- a/pkg/cmd/release/list/http.go +++ b/pkg/cmd/release/list/http.go @@ -52,7 +52,7 @@ func fetchReleases(httpClient *http.Client, repo ghrepo.Interface, limit int, ex // near future. // // Note 2: We couldn't use GraphQL directives like `@include(condition)` or - // `@skip`(condition) here because if the field doesn't exist on the schema + // `@skip(condition)` here because if the field doesn't exist on the schema // then the whole query would still fail regardless of the condition being // met or not. if !releaseFeatures.ImmutableReleases {