From 08b5fda04ea1e3d4b42073f39a3729db342c9f66 Mon Sep 17 00:00:00 2001 From: snoopdoooggyttv <82676057+snoopdoooggyttv@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:09:41 +0100 Subject: [PATCH] [ci-skip] Other typo fix (#463) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd886b5..3292da35 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ ## Why aren't there many API additions? (Modified from [starlis/empirecraft](https://github.com/starlis/empirecraft/))
-APIs are tough to design. In projects such as Bukkit, Spigot, Sponge, Paper, etc once an API is commited, it's almost forever. You can't go breaking it without solid justification. This is the politics game. +APIs are tough to design. In projects such as Bukkit, Spigot, Sponge, Paper, etc once an API is committed, it's almost forever. You can't go breaking it without solid justification. This is the politics game. With that in mind, much thought has to be given to the API in now and future use cases and applications to ensure it can be extended without breaking.