summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/linking_to_external_code/private.md2
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.).