Skip to content

Commit

Permalink
Merge pull request #172 from mariusbutuc/patch-1
Browse files Browse the repository at this point in the history
[docs] Reword `OAuth2.Strategy.AuthCode.authorize_url/2` docs
  • Loading branch information
yordis authored Jan 29, 2023
2 parents 2ab16c5 + dbc55f2 commit 7589795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/oauth2/strategy/auth_code.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ defmodule OAuth2.Strategy.AuthCode do
use OAuth2.Strategy

@doc """
The authorization URL endpoint of the provider.
params additional query parameters for the URL
Configures the authorization URL endpoint of the provider with additional
query parameters.
"""
@impl true
def authorize_url(client, params) do
Expand Down

0 comments on commit 7589795

Please sign in to comment.