Skip to content

Commit 899065d

Browse files
github.md adjusted
1 parent 9000c28 commit 899065d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config-examples/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For the Authorization callback URL, choose something like `com.myapp://oauthredi
1212
const config = {
1313
redirectUrl: 'com.my.auth.app://oauthredirect',
1414
clientId: '<client-id>',
15-
clientSecret: '<client-seret',
15+
clientSecret: '<client-secret',
1616
scopes: ['identity'],
1717
serviceConfiguration: {
1818
authorizationEndpoint: 'https://github.com/login/oauth/authorize',

0 commit comments

Comments
 (0)