diff --git a/packages/contracts-bedrock/contracts/dispute/interfaces/IDisputeGameFactory.sol b/packages/contracts-bedrock/contracts/dispute/interfaces/IDisputeGameFactory.sol
index 24244cff8cfac0f2ebcf940ee23a4fe672d5824d..49853f116d4c3a7cd1daf03b584e3f5ca4fcea6c 100644
--- a/packages/contracts-bedrock/contracts/dispute/interfaces/IDisputeGameFactory.sol
+++ b/packages/contracts-bedrock/contracts/dispute/interfaces/IDisputeGameFactory.sol
@@ -23,7 +23,7 @@ interface IDisputeGameFactory {
     /// @param gameType The type of the DisputeGame.
     event ImplementationSet(address indexed impl, GameType indexed gameType);
 
-    /// @notice the total number of dispute games created by this factory.
+    /// @notice The total number of dispute games created by this factory.
     /// @return _gameCount The total number of dispute games created by this factory.
     function gameCount() external view returns (uint256 _gameCount);