From 3e20d5eed2a986549170890ec6f9c92452b8fd95 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Tue, 29 Oct 2024 09:28:02 +0000 Subject: [PATCH] Fix typo Signed-off-by: Simon Bennetts --- site/content/faq/what-versions-of-java-are-supported.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/faq/what-versions-of-java-are-supported.md b/site/content/faq/what-versions-of-java-are-supported.md index 11fdda600..1ce7a7067 100644 --- a/site/content/faq/what-versions-of-java-are-supported.md +++ b/site/content/faq/what-versions-of-java-are-supported.md @@ -6,7 +6,7 @@ weight: 2 --- ZAP should be able to run with all/newer Java versions, but might require a minimum for certain ZAP versions: -- ZAP 2.16.0 and later will require a minium of Java 17 +- ZAP 2.16.0 and later will require a minimum of Java 17 - ZAP 2.12.0 and later requires a minimum of Java 11 - ZAP 2.7.0 and later requires a minimum of Java 8 - ZAP 2.0.0 and later requires a minimum of Java 7