Skip to content

Commit

Permalink
Fix typo in metrics config header
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian committed Feb 12, 2021
1 parent d2b853e commit b4b3872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/main/java/org/bstats/config/MetricsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private void setupConfig() throws IOException {
private void writeConfig() throws IOException {
List<String> configContent = new ArrayList<>();
configContent.add("# bStats collects some basic information for plugin authors, like how many people use");
configContent.add("# their plugin and their total player count. It's recommend to keep bStats enabled, but");
configContent.add("# their plugin and their total player count. It's recommended to keep bStats enabled, but");
configContent.add("# if you're not comfortable with this, you can turn this setting off. There is no");
configContent.add("# performance penalty associated with having metrics enabled, and data sent to bStats");
configContent.add("# can't identify your server.");
Expand Down

0 comments on commit b4b3872

Please sign in to comment.