From 3db460ff976592bba014829087898144a66d9b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=84=A4?= <177980470+zs-5@users.noreply.github.com> Date: Sun, 15 Mar 2026 10:49:42 +0000 Subject: [PATCH] docs: fix typo in README.md (uppdates -> updates) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e1f9f0e989..18b1b2446b09 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ java -jar target/BreakingUpdateMiner.jar --help ``` ### The BreakingUpdateReproducer -In order to perform local reproduction once potential breaking uppdates have been found by the miner, +In order to perform local reproduction once potential breaking updates have been found by the miner, a tool called the BreakingUpdateReproducer is available. You can build this tool locally using `mvn package` with Java 17. You can then run the tool and print usage information with the command: