Skip to content

Commit 48ad156

Browse files
committed
typo-pr
1 parent f75c066 commit 48ad156

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
@@ -178,7 +178,7 @@ function makeRequest() {
178178

179179
This library was designed to work with any OAuth2 provider, but because of small
180180
differences in how they implement the standard it may be that some APIs
181-
aren't compatible. If you find an API that it does't work with, open an issue or
181+
aren't compatible. If you find an API that it doesn't work with, open an issue or
182182
fix the problem yourself and make a pull request against the source code.
183183

184184
## Other features
@@ -271,6 +271,6 @@ there OAuth providers that return important information in the token response.
271271
### You do not have permission to call fetch
272272

273273
You are [setting explicit scopes](https://developers.google.com/apps-script/concepts/scopes#setting_explicit_scopes)
274-
in your manifest file but have forgotton to add the
274+
in your manifest file but have forgotten to add the
275275
`https://www.googleapis.com/auth/script.external_request` scope used by this library
276276
(and eventually the `UrlFetchApp` request you are making to an API).

0 commit comments

Comments
 (0)