diff --git a/Asterisk.2013/Asterisk.NET/Manager/Action/BlindTransferAction.cs b/Asterisk.2013/Asterisk.NET/Manager/Action/BlindTransferAction.cs
index 2468eaf..9e7c43d 100644
--- a/Asterisk.2013/Asterisk.NET/Manager/Action/BlindTransferAction.cs
+++ b/Asterisk.2013/Asterisk.NET/Manager/Action/BlindTransferAction.cs
@@ -6,8 +6,7 @@ using System.Text;
namespace AsterNET.Manager.Action
{
///
- /// Redirect all channels currently bridged to the specified channel to the specified destination.
- ///
+ /// Redirect all channels currently bridged to the specified channel to the specified destination.
/// See https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_BlindTransfer
///
class BlindTransferAction : ManagerAction
@@ -41,17 +40,17 @@ namespace AsterNET.Manager.Action
}
///
- /// Gets or sets the channel.
+ /// Gets or sets the channel.
///
public string Channel { get; set; }
///
- /// Gets or sets the context.
+ /// Gets or sets the context.
///
public string Context { get; set; }
///
- /// Gets or sets the exten.
+ /// Gets or sets the extension.
///
public string Exten { get; set; }
}