aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/deps.asciidoc
diff options
context:
space:
mode:
authorKian-Meng Ang <[email protected]>2022-03-06 21:58:17 +0800
committerLoïc Hoguin <[email protected]>2023-05-12 12:10:05 +0200
commita6c516db2b66b8b9822466cd0516adc7a2e0cdbc (patch)
treec75097634ae37ff279ece5b0ca592e89a5a796bd /doc/src/guide/deps.asciidoc
parent16f910156aa86da27e923fa8235c0a2d487cc262 (diff)
downloaderlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.tar.gz
erlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.tar.bz2
erlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.zip
Fix typos
Diffstat (limited to 'doc/src/guide/deps.asciidoc')
-rw-r--r--doc/src/guide/deps.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc
index 3f0f77c..e5dda80 100644
--- a/doc/src/guide/deps.asciidoc
+++ b/doc/src/guide/deps.asciidoc
@@ -154,7 +154,7 @@ DEPS = cowboy
dep_cowboy_commit = 2.0.0-pre.2
Erlang.mk will use the package index to get all information
-about Cowboy, except the commit number which will be overriden.
+about Cowboy, except the commit number which will be overridden.
If you need to set the fetch method or repository information
too, for example because you want to use your own fork, or