mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
docs: fixed spelling mistake (#11096)
This commit is contained in:
parent
b7f875e010
commit
d54e3ea9bb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
a _private_ repository, like a private repository on GitHub.
|
||||||
|
|
||||||
Deno supports sending bearer tokens when requesting a remote module. Bearer
|
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,
|
broadly supported by hosting services (e.g. GitHub, Gitlab, BitBucket,
|
||||||
Cloudsmith, etc.).
|
Cloudsmith, etc.).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue