From 6e336b966fb5e85c9f5d169c5ead504003d49057 Mon Sep 17 00:00:00 2001 From: Moshe Gutman Date: Tue, 21 Aug 2018 14:25:08 -0500 Subject: [PATCH] Typo in documentation (#555) --- src/Microsoft.Azure.ServiceBus/Message.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Azure.ServiceBus/Message.cs b/src/Microsoft.Azure.ServiceBus/Message.cs index 7e108273..fb204015 100644 --- a/src/Microsoft.Azure.ServiceBus/Message.cs +++ b/src/Microsoft.Azure.ServiceBus/Message.cs @@ -238,7 +238,7 @@ public TimeSpan TimeToLive /// public string To { get; set; } - /// Gets or sets the content tpye descriptor. + /// Gets or sets the content type descriptor. /// RFC2045 Content-Type descriptor. /// /// Optionally describes the payload of the message, with a descriptor following the format of @@ -517,4 +517,4 @@ void ThrowIfNotReceived() } } } -} \ No newline at end of file +}