Skip to content

Commit 0d5c69e

Browse files
Update README.md
1 parent d5cf298 commit 0d5c69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ to set the property store.
170170
####Setting the Token Format
171171

172172
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)`.
173+
string. You can set which format the token is in with `setTokenFormat(tokenFormat)`.
174174
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.
175+
JSON is set as default if no token format is chosen.
176176

177177
function gitService() {
178178
return OAuth2.createService('git')

0 commit comments

Comments
 (0)