summaryrefslogtreecommitdiff
path: root/docs/markdown/FAQ.md
diff options
context:
space:
mode:
authorEmil Berg <emil.berg1991@gmail.com>2025-04-06 10:17:55 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-07 22:09:28 +0300
commit00864ca481c4e29d7f5c648a1e12b934dfa642d2 (patch)
treefc552001a89e8290939cb0536c7b23044cf71887 /docs/markdown/FAQ.md
parent23d60e930555acc58ebe860ba2cd913b770ee128 (diff)
downloadmeson-00864ca481c4e29d7f5c648a1e12b934dfa642d2.tar.gz
Fix documentation typos
Diffstat (limited to 'docs/markdown/FAQ.md')
-rw-r--r--docs/markdown/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/FAQ.md b/docs/markdown/FAQ.md
index 9daf9ae98..faa4becbe 100644
--- a/docs/markdown/FAQ.md
+++ b/docs/markdown/FAQ.md
@@ -285,7 +285,7 @@ or they are not called (due to e.g. `if/else`) then nothing is
downloaded.
If this is not sufficient for you, starting from release 0.40.0 Meson
-has a option called `wrap-mode` which can be used to disable wrap
+has an option called `wrap-mode` which can be used to disable wrap
downloads altogether with `--wrap-mode=nodownload`. You can also
disable dependency fallbacks altogether with `--wrap-mode=nofallback`,
which also implies the `nodownload` option.