also add comma to improve readability of sentence.
This commit is contained in:
ehom
2019-10-18 01:12:09 -07:00
committed by GitHub
parent 8f58150c41
commit c1fe1c037b
+2 -2
View File
@@ -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.