diff --git a/TShockAPI/Hooks/PlayerHooks.cs b/TShockAPI/Hooks/PlayerHooks.cs
index 8135a3f9..dd35d662 100644
--- a/TShockAPI/Hooks/PlayerHooks.cs
+++ b/TShockAPI/Hooks/PlayerHooks.cs
@@ -398,7 +398,7 @@ namespace TShockAPI.Hooks
/// The EventArgs for this event.
public delegate void PrePlayerCommandD(PrePlayerCommandEventArgs e);
///
- /// Fired before the command is run.
+ /// Fired before a command is run.
///
public static event PrePlayerCommandD PrePlayerCommand;