Skip to content

Commit 5826d89

Browse files
author
Eric Koleda
authored
Merge pull request #103 from aalty/typo-pr
Fix typos in README.md file
2 parents f75c066 + 20764a8 commit 5826d89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ function makeRequest() {
174174
}
175175
```
176176

177-
## Compatiblity
177+
## Compatibility
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)