File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,11 @@ function makeRequest() {
174174}
175175```
176176
177- ## Compatiblity
177+ ## Compatibility
178178
179179This library was designed to work with any OAuth2 provider, but because of small
180180differences 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
182182fix 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
273273You 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).
You can’t perform that action at this time.
0 commit comments