diff options
| -rw-r--r-- | fatcat-openapi2.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index 0cf2fb9b..5e54cc13 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -1442,7 +1442,7 @@ paths:          Create a single Container entity as part of an existing editgroup.          Editgroup must be mutable (aka, not accepted) and editor must have -        permission (aka, have created the editgrou p or have `admin` role). +        permission (aka, have created the editgroup or have `admin` role).        parameters:          - name: entity            in: body @@ -1533,7 +1533,7 @@ paths:        description: |          Updates an existing entity as part of a specific (existing) editgroup.          The editgroup must be open for updates (aka, not accepted/merged), and -        the editor making the requiest must have permissions (aka, must have +        the editor making the request must have permissions (aka, must have          created the editgroup or have `admin` role).          This method can also be used to update an existing entity edit as part | 
