mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-18 20:09:06 +03:00
fix typo
also add comma to improve readability of sentence.
This commit is contained in:
+2
-2
@@ -103,7 +103,7 @@ Webhooks::
|
||||
Authentication
|
||||
--------------
|
||||
|
||||
Instatiate a client with the authentication scheme and credentials that you want to use.
|
||||
Instantiate a client with the authentication scheme and credentials that you want to use.
|
||||
|
||||
basic::
|
||||
|
||||
@@ -122,7 +122,7 @@ app installation::
|
||||
|
||||
octokit = Octokit(auth='installation', app_id='42', private_key=private_key)
|
||||
|
||||
For applications provide the application id either from the ping webhook or the application's page on GitHub.
|
||||
For applications, provide the application id either from the ping webhook or the application's page on GitHub.
|
||||
The :code:`private_key` is a string of your private key provided for the application.
|
||||
The :code:`app` scheme will use the application id and private key to get a token for the first installation id of the application.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user