Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteaux committed Nov 7, 2024
1 parent 3fa5b9a commit 1016b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plume-web-jersey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ public void waitAsync(@Suspended final AsyncResponse asyncResponse) {

Requests authorization
----------------------
Multiple authorization provider are implemented.
For all provider, the HTTP header `Authorization` is used to fetch the authorization value.
Multiple authorization providers are implemented.
For all providers, the HTTP header `Authorization` is used to fetch the authorization value.

### Basic authorization
This feature is provided by the `BasicAuthenticator` class.
Expand Down

0 comments on commit 1016b8c

Please sign in to comment.