From 1bca73cc376b275e79f01416e7963f359534dffb Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 20 Jul 2023 14:45:30 -0400 Subject: [PATCH] docs: fix typo in previous commit --- docs/markdown/snippets/deprecate_build_target_jar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/snippets/deprecate_build_target_jar.md b/docs/markdown/snippets/deprecate_build_target_jar.md index 992903e53..1aa5a81dd 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.