From ff05c5ccc0ede8c9057569f4f987d161886974a4 Mon Sep 17 00:00:00 2001 From: Shock Micro <56613693+ShockMicro@users.noreply.github.com> Date: Sat, 18 Jun 2022 15:08:07 -0400 Subject: [PATCH] developement -> development --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6725b5c..ec64637 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ java { // If you remove this line, sources will not be generated. withSourcesJar() - // If this mod is going to be a library, then it should also generate Javadocs in order to aid with developement. + // If this mod is going to be a library, then it should also generate Javadocs in order to aid with development. // Uncomment this line to generate them. // withJavadocJar() }