diff options
author | Nick Williams <accounts.github@nickawilliams.com> | 2021-06-23 16:09:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 09:09:37 +1000 |
commit | d54e3ea9bb496f3b9152def8532525de40009df0 (patch) | |
tree | 2bdcffdbb8056ca4891a258c75dcb677a2799340 | |
parent | b7f875e010beb6affc8101f9ac3d0f1429198769 (diff) |
docs: fixed spelling mistake (#11096)
-rw-r--r-- | docs/linking_to_external_code/private.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linking_to_external_code/private.md b/docs/linking_to_external_code/private.md index b48536f2b..7ffadef04 100644 --- a/docs/linking_to_external_code/private.md +++ b/docs/linking_to_external_code/private.md @@ -4,7 +4,7 @@ There maybe instances where you want to load a remote module that is located in a _private_ repository, like a private repository on GitHub. Deno supports sending bearer tokens when requesting a remote module. Bearer -tokens are the predominate type of access token used with OAuth 2.0 and is +tokens are the predominant type of access token used with OAuth 2.0 and is broadly supported by hosting services (e.g. GitHub, Gitlab, BitBucket, Cloudsmith, etc.). |