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() }