Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schnuerle committed Feb 8, 2023
1 parent ea5bf20 commit e86e4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion general-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Host: api.provider.co
Authorization: Bearer <token>
```

More info on how to document [Bearer Auth in swagger](https://swagger.io/docs/specification/authentication/bearer-authentication/)
More info on how to document [Bearer Auth in swagger](https://swagger.io/docs/specification/authentication/bearer-authentication/).

### JSON Web Tokens

Expand Down
2 changes: 1 addition & 1 deletion metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If a client has a `metrics:read` scope, they are permitted to read _all_ metrics

If a client has a `metrics:read:provider` scope, they are only permitted to read metrics which pertain to a particular `provider_id` claim in the aforementioned [JWT](https://jwt.io/) `access_token`.

Further scopes and requirements may be added at the discretion of the Agency, depending on their particular access control needs.
Further scopes and requirements may be added at the discretion of the agency, depending on their particular access control needs.

General authorization details are specified in the [Authorization section](/general-information.md#authorization) in MDS General Information.

Expand Down

0 comments on commit e86e4e1

Please sign in to comment.