Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wAsnk committed Sep 23, 2024
1 parent aa6655c commit 836ae44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<shape type="EmailTemplate_LayoutInjections" prop-layoutModel="@Model"></shape>
</head>
<body>
@if (Model.Preheader != null)
@if (Model.PreHeader != null)
{
<span class="preHeader">
@await RenderSectionAsync("PreHeader", required: false)
Expand Down

0 comments on commit 836ae44

Please sign in to comment.