diff --git a/examples/leaderboard/leaderboard.js b/examples/leaderboard/leaderboard.js index 1aa10b0d77..d75006046c 100644 --- a/examples/leaderboard/leaderboard.js +++ b/examples/leaderboard/leaderboard.js @@ -1,5 +1,5 @@ // Set up a collection to contain player information. On the server, -// it is backed by a MongoDB collection named "players." +// it is backed by a MongoDB collection named "players". Players = new Meteor.Collection("players");