Skip to content

Commit 07d0376

Browse files
committed
docs: fix grammar in config comment
1 parent d23ea08 commit 07d0376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/net/william278/husksync/config/Settings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static class DatabaseCredentials {
100100
private String database = "HuskSync";
101101
private String username = "root";
102102
private String password = "pa55w0rd";
103-
@Comment("Only change this if you have select MYSQL, MARIADB or POSTGRES")
103+
@Comment("Only change this if you're using MARIADB or POSTGRES")
104104
private String parameters = String.join("&",
105105
"?autoReconnect=true", "useSSL=false",
106106
"useUnicode=true", "characterEncoding=UTF-8");

0 commit comments

Comments
 (0)