Skip to content

Commit

Permalink
Merge pull request #77 from ovh/rbeuque74-typo
Browse files Browse the repository at this point in the history
fix: typo README.md
  • Loading branch information
deathiop committed Dec 22, 2023
2 parents 48ddc3f + fab1f9b commit eaf3660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ user to authenticate on a specific URL. Once authenticated, you'll have a valid

The user may choose the validity period of his authorization. The default period is
24h. He may also revoke an authorization at any time. Hence, your application should
be prepared to receive 403 HTTP errors and prompt the user to re-authenticated.
be prepared to receive 403 HTTP errors and prompt the user to re-authenticate.

This process is detailed in the following section. Alternatively, you may only need
to build an application for a single user. In this case you may generate all
Expand Down

0 comments on commit eaf3660

Please sign in to comment.