From 80cc3a27ff22bc01981a89e34932583759891415 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 22 Feb 2024 03:00:11 +1000 Subject: [PATCH] docs: fix typo (#4234) --- website/community/committers/verify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/community/committers/verify.md b/website/community/committers/verify.md index 6fb6fe5c6571..b96a94a97e43 100644 --- a/website/community/committers/verify.md +++ b/website/community/committers/verify.md @@ -138,4 +138,4 @@ You can check the follows: - Signature of JARs match the bundled signature file. - JARs is reproducible locally. This means you can build the JARs on your machine and verify the checksum is the same with the bundled one. -The reproduciblility requires the same JDK distribution and the same Maven distribution. You should use [Eclipse Temurin JDK 8](https://adoptium.net/temurin/releases/?version=8) and the bundled Maven Wrapper to make the same artifacts. +The reproducibility requires the same JDK distribution and the same Maven distribution. You should use [Eclipse Temurin JDK 8](https://adoptium.net/temurin/releases/?version=8) and the bundled Maven Wrapper to make the same artifacts.