summaryrefslogtreecommitdiff
path: root/app/graphql/types/container_repository_details_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/container_repository_details_type.rb')
-rw-r--r--app/graphql/types/container_repository_details_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/container_repository_details_type.rb b/app/graphql/types/container_repository_details_type.rb
index 34523f3ea4a..1a9f57e701f 100644
--- a/app/graphql/types/container_repository_details_type.rb
+++ b/app/graphql/types/container_repository_details_type.rb
@@ -11,7 +11,7 @@ module Types
field :tags,
Types::ContainerRepositoryTagType.connection_type,
null: true,
- description: 'Tags of the container repository',
+ description: 'Tags of the container repository.',
max_page_size: 20
def can_delete