Skip to content

Commit 94fac33

Browse files
authored
Update snippets24.cs (#8900)
correct a mistake "mesage" -> “message"
1 parent 92528a2 commit 94fac33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/csharp/VS_Snippets_CFX/wf_samples/cs/snippets24.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public string Subject
254254

255255
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
256256
[BrowsableAttribute(true)]
257-
[DescriptionAttribute("The From property is used to specify the From (Sender's) address for the email mesage.")]
257+
[DescriptionAttribute("The From property is used to specify the From (Sender's) address for the email message.")]
258258
[CategoryAttribute(MessagePropertiesCategory)]
259259
public string From
260260
{

0 commit comments

Comments
 (0)