docs: fix grammar in config comment

feat/data-edit-commands
William 11 months ago
parent d23ea087c1
commit 07d0376dd6
No known key found for this signature in database

@ -100,7 +100,7 @@ public class Settings {
private String database = "HuskSync";
private String username = "root";
private String password = "pa55w0rd";
@Comment("Only change this if you have select MYSQL, MARIADB or POSTGRES")
@Comment("Only change this if you're using MARIADB or POSTGRES")
private String parameters = String.join("&",
"?autoReconnect=true", "useSSL=false",
"useUnicode=true", "characterEncoding=UTF-8");

Loading…
Cancel
Save