From ce77ca8b2a24b1f1e3ddc35ad6dc826b3903757f Mon Sep 17 00:00:00 2001 From: Shock Micro <56613693+ShockMicro@users.noreply.github.com> Date: Sun, 10 Jul 2022 16:23:39 -0400 Subject: [PATCH] developement -> development (#13) --- 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() }