Skip to content

Commit 03ab420

Browse files
committed
Misprint corrected
1 parent 4445676 commit 03ab420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ var email = new EmailDto
321321
Body = "Some body"
322322
};
323323
```
324-
So, the email variable now represents an email with iCalendar in it. This email can be saved to a .eml file:
324+
So, the email variable now represents an email message with iCalendar in it. This email can be saved to a .eml file:
325325
```csharp
326326
var emailFile = $"{Guid.NewGuid().ToString()}.eml";
327327
await emailApi.SaveEmailModelAsync(

0 commit comments

Comments
 (0)