diff --git a/AUTHORS.rst b/AUTHORS.rst index 9a80f079..78b2844b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -21,6 +21,7 @@ Documentation Contributors - Tarak Oueriache `@igosad `_ - xCROv `@xCROv `_ - taq `@greentaquitos `_ +- Federico Gallo `@Karmavil `_ - Add "Name and github profile link" above this line. PRAW Author diff --git a/docs/getting_started/authentication.rst b/docs/getting_started/authentication.rst index c488ceea..3a82b138 100644 --- a/docs/getting_started/authentication.rst +++ b/docs/getting_started/authentication.rst @@ -227,7 +227,7 @@ behind this is that Reddit *can* trust these applications as coming from a given developer, however the application requires no logged-in user context. An installed application *cannot* use this flow, because Reddit requires a -``client_secret`` to be given it this flow is being used. In other words, installed +``client_secret`` to be given if this flow is being used. In other words, installed applications are not considered confidential clients. .. _application_only_installed_client_flow: