Skip to content

Commit 5d8285b

Browse files
Update description in _Layout.cshtml
1 parent ff606c8 commit 5d8285b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EssentialCSharp.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<head>
3232
@{
3333
const string imageUrl = "https://essentialcsharp.com/images/icon.png";
34-
const string description = "Accelerate your development knowledge with C# expert Mark Michaelis' free, online comprehensive C# tutorial and reference that is updated through C# 11.0";
34+
const string description = "Accelerate your development knowledge with C# experts Mark Michaelis and Benjamin Michaelis' free, online comprehensive C# tutorial and reference that is updated through C# 11.0";
3535
string title = $"Essential C#{(string.IsNullOrEmpty(ViewBag.PageTitle) ? string.Empty : $": {ViewBag.PageTitle}")}";
3636
}
3737
<meta charset="utf-8" />

0 commit comments

Comments
 (0)