From 04de72e85ec8c8da36e1d527db3cbe4ee855a124 Mon Sep 17 00:00:00 2001 From: Sergi del Olmo Date: Sat, 10 May 2025 15:34:37 +0200 Subject: [PATCH] Fix changelog typo (#6690) --- changelogs/5.28.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/5.28.md b/changelogs/5.28.md index 8a69b97e0..a2ede942f 100644 --- a/changelogs/5.28.md +++ b/changelogs/5.28.md @@ -10,7 +10,7 @@ Do not update plugin minimum API versions unless you need new features added in Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if you're using packets directly. ## General -- Aded support for Minecraft: Bedrock Edition 1.21.80. +- Added support for Minecraft: Bedrock Edition 1.21.80. - Removed support for earlier versions. ## Fixes