diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 3c66a60b..5b74674b 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -537,12 +537,12 @@ namespace WebSocketSharp.Server
///
///
///
- /// You should set this property to true if you would
- /// like to resolve to wait for socket in TIME_WAIT state.
+ /// You should set this property to true if you would like to
+ /// resolve to wait for socket in TIME_WAIT state.
///
///
- /// The set operation does nothing if the server has already
- /// started or it is shutting down.
+ /// The set operation does nothing if the server has already started
+ /// or it is shutting down.
///
///
///