We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cf298 commit 0d5c69eCopy full SHA for 0d5c69e
README.md
@@ -170,9 +170,9 @@ to set the property store.
170
####Setting the Token Format
171
172
OAuth services can return a token in two ways: as JSON or an URL encoded
173
-string. You can set what format the the token is in with `setTokenFormat(tokenFormat)`.
+string. You can set which format the token is in with `setTokenFormat(tokenFormat)`.
174
There are two ENUMS to set the mode: `TOKEN_FORMAT.FORM_URL_ENCODED` and `TOKEN_FORMAT.JSON`.
175
-JSON is set as default if no token format is choosen.
+JSON is set as default if no token format is chosen.
176
177
function gitService() {
178
return OAuth2.createService('git')
0 commit comments