aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Wrap-best-practices-and-tips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Wrap-best-practices-and-tips.md b/docs/markdown/Wrap-best-practices-and-tips.md
index 5fddb5d..bdff9ee 100644
--- a/docs/markdown/Wrap-best-practices-and-tips.md
+++ b/docs/markdown/Wrap-best-practices-and-tips.md
@@ -48,7 +48,7 @@ optimization. However building both library types on all builds is
slow and wasteful.
Your project should use the `library` method that can be toggled
-between shared and static with the `defaul_library` builtin option.
+between shared and static with the `default_library` builtin option.
```meson