Skip to content

Commit

Permalink
Fix typo in configuration comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikster committed Jul 7, 2024
1 parent a2858f1 commit 3d0c710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class SettingsConfig extends OkaeriConfig {
@Comment({"", "Enable debug messages"})
private boolean debug = false;

@Comment({"", "Enable BStats metrics (anonymous)"})
@Comment({"", "Enable bStats metrics (anonymous)"})
private boolean sendMetrics = true;

public enum RelationalPlaceholdersOrder {
Expand Down

0 comments on commit 3d0c710

Please sign in to comment.