From f56d7f6113c3f0ddef900d695172adb6f6c6c74a Mon Sep 17 00:00:00 2001 From: William278 Date: Wed, 24 Jan 2024 23:26:14 +0000 Subject: [PATCH] docs: Fix API platforms section typo --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 1a5e7dc4..6439e427 100644 --- a/docs/API.md +++ b/docs/API.md @@ -14,7 +14,7 @@ The HuskSync API shares version numbering with the plugin itself for consistency ### Platforms > **Note:** For versions older than `v3.3`, the HuskSync API was only distributed for the Bukkit platform (as `net.william278:husksync`) -The HuskClaims API is available for the following platforms: +The HuskSync API is available for the following platforms: * `bukkit` - Bukkit, Spigot, Paper, etc. Provides Bukkit API event listeners and adapters to `org.bukkit` objects. * `common` - Common API for all platforms.