summaryrefslogtreecommitdiff
path: root/app/graphql/types/tree/tree_entry_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/tree/tree_entry_type.rb')
-rw-r--r--app/graphql/types/tree/tree_entry_type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/tree/tree_entry_type.rb b/app/graphql/types/tree/tree_entry_type.rb
index 28024fd010b..1de78250812 100644
--- a/app/graphql/types/tree/tree_entry_type.rb
+++ b/app/graphql/types/tree/tree_entry_type.rb
@@ -11,9 +11,9 @@ module Types
present_using TreeEntryPresenter
field :web_path, GraphQL::Types::String, null: true,
- description: 'Web path for the tree entry (directory).'
+ description: 'Web path for the tree entry (directory).'
field :web_url, GraphQL::Types::String, null: true,
- description: 'Web URL for the tree entry (directory).'
+ description: 'Web URL for the tree entry (directory).'
end
# rubocop: enable Graphql/AuthorizeTypes
end