Skip to content

Commit 40540ea

Browse files
authored
Merge pull request #262 from viktorbenei/patch-1
Doc comment fix - fixing #193
2 parents 431e4be + 2042d69 commit 40540ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/common/util/oauth2.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'package:http/http.dart' as http;
88
/// **Example**:
99
///
1010
/// var flow = new OAuth2Flow('ClientID', 'ClientSecret');
11-
/// var authUrl = flow.createAuthorizationURL();
11+
/// var authUrl = flow.createAuthorizeUrl();
1212
/// // Display to the User and handle the redirect URI, and also get the code.
1313
/// flow.exchange(code).then((response) {
1414
/// var github = new GitHub(auth: new Authentication.withToken(response.token));

0 commit comments

Comments
 (0)