diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index d99bc4c5..71febd7f 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -102,10 +102,10 @@ namespace WebSocketSharp.Server
#region Public Properties
///
- /// Gets the information in a connection request to the WebSocket service.
+ /// Gets the information in a handshake request to the WebSocket service.
///
///
- /// A that provides the access to the connection request,
+ /// A instance that provides the access to the handshake request,
/// or if the WebSocket connection isn't established.
///
public WebSocketContext Context {
@@ -190,11 +190,11 @@ namespace WebSocketSharp.Server
///
/// Gets or sets a value indicating whether the WebSocket service ignores
- /// the Sec-WebSocket-Extensions header included in a connection request.
+ /// the Sec-WebSocket-Extensions header included in a handshake request.
///
///
- /// true if the WebSocket service ignores the extensions;
- /// otherwise, false. The default value is false.
+ /// true if the WebSocket service ignores the extensions requested from
+ /// a client; otherwise, false. The default value is false.
///
public bool IgnoreExtensions {
get {