Skip to content

Commit 9c36df6

Browse files
author
Eric Koleda
committed
Merge pull request #32 from jamesroutley/master
Correcting spelling in README.md
2 parents 21852ac + 45dd2be commit 9c36df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Using the library to generate an OAuth2 token has the following basic steps.
4646
### 1. Create the OAuth2 service
4747

4848
The OAuth2Service class contains the configuration information for a given
49-
OAuth2 provider, including it's endpoints, client IDs and secrets, etc. This
49+
OAuth2 provider, including its endpoints, client IDs and secrets, etc. This
5050
information is not persisted to any data store, so you'll need to create this
5151
object each time you want to use it. The example below shows how to create a
5252
service for the Google Drive API.

0 commit comments

Comments
 (0)