aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/snippets/deprecate_build_target_jar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/deprecate_build_target_jar.md b/docs/markdown/snippets/deprecate_build_target_jar.md
index 992903e..1aa5a81 100644
--- a/docs/markdown/snippets/deprecate_build_target_jar.md
+++ b/docs/markdown/snippets/deprecate_build_target_jar.md
@@ -5,4 +5,4 @@ changed. However, `jar()` has a significant number of non-overlapping arguments
from other build_targets, including the kinds of sources it can include. Because
of this crafting a `build_target` that can be used as a Jar and as something
else is incredibly hard to do. As such, it has been deprecated, and using
-`jar()` directly is recomended.
+`jar()` directly is recommended.