Skip to content

Commit

Permalink
Merge pull request #262 from viktorbenei/patch-1
Browse files Browse the repository at this point in the history
Doc comment fix - fixing #193
  • Loading branch information
robrbecker authored Jul 6, 2021
2 parents 431e4be + 2042d69 commit 40540ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/common/util/oauth2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'package:http/http.dart' as http;
/// **Example**:
///
/// var flow = new OAuth2Flow('ClientID', 'ClientSecret');
/// var authUrl = flow.createAuthorizationURL();
/// var authUrl = flow.createAuthorizeUrl();
/// // Display to the User and handle the redirect URI, and also get the code.
/// flow.exchange(code).then((response) {
/// var github = new GitHub(auth: new Authentication.withToken(response.token));
Expand Down

0 comments on commit 40540ea

Please sign in to comment.