You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -406,7 +406,7 @@ Though this method is convenient you should strongly consider using `OAuth` for
406
406
407
407
#### 3.2.1 For an User
408
408
409
-
To create an access token through the GitHub Authrizations API, you are required to pass your basic credentials and scopes you wish to have for the authentication token.
409
+
To create an access token through the GitHub Authorizations API, you are required to pass your basic credentials and scopes you wish to have for the authentication token.
410
410
411
411
```ruby
412
412
github =Github.newbasic_auth:'login:password'
@@ -648,7 +648,7 @@ Then update the file just like you do with creating:
0 commit comments