diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs
index 5dadf231..bedc3c0d 100644
--- a/websocket-sharp/Server/WebSocketServiceHost.cs
+++ b/websocket-sharp/Server/WebSocketServiceHost.cs
@@ -144,10 +144,10 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the of the behavior of the service.
+ /// Gets the of the behavior of the service.
///
///
- /// A that represents the type of the behavior of
+ /// A that represents the type of the behavior of
/// the service.
///
public abstract Type BehaviorType { get; }