developement -> development

This commit is contained in:
Shock Micro 2022-06-18 15:08:07 -04:00 committed by GitHub
parent 205bb271aa
commit ff05c5ccc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ java {
// If you remove this line, sources will not be generated. // If you remove this line, sources will not be generated.
withSourcesJar() 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. // Uncomment this line to generate them.
// withJavadocJar() // withJavadocJar()
} }