Skip to content

Commit

Permalink
Fix grammar typo in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Oct 9, 2024
1 parent dcfec2e commit 198f6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/schema/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -3117,7 +3117,7 @@ class LibraryAvailablePermissions(Model):
roles: List[BasicRoleModel] = Field(
...,
title="Roles",
description="A list available roles that can be assigned to a particular permission.",
description="A list containing available roles that can be assigned to a particular permission.",
)
page: int = Field(
...,
Expand Down

0 comments on commit 198f6a5

Please sign in to comment.