From a94aa49402aa378a0b442a17cc276cf2b7a33d88 Mon Sep 17 00:00:00 2001 From: Sandro642 Date: Sat, 26 Oct 2024 16:46:22 +0200 Subject: [PATCH] Fix typo in comment annotation Corrected the typo "discovereds" to "discovered" in the comment section of the landing.js file. This ensures accuracy and professionalism in the documentation. --- app/assets/js/scripts/landing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/js/scripts/landing.js b/app/assets/js/scripts/landing.js index e4d95570..7637c9ab 100644 --- a/app/assets/js/scripts/landing.js +++ b/app/assets/js/scripts/landing.js @@ -452,7 +452,7 @@ async function downloadJava(effectiveJavaOptions, launchAfter = true) { /** * @Reviewed on XX.XX.2024 expires on 01.01.2025 - * @Bugs discovered: 0 + * @Bugs discovereds: 0 * @Athena's Shield * @Sandro642 */