Skip to content

Commit 59d7a01

Browse files
authored
[Blog] [Ajay]: Fix end notes
1 parent b9123e2 commit 59d7a01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TestArena/Blog/Common/EndNotes.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
@{
99
if (!string.IsNullOrEmpty(RepositoryLink))
1010
{
11-
<p>For reference, the code repository being is discussed is available on github link: <a href="@RepositoryLink">@RepositoryLink</a></p>
11+
<p>For reference, the code repository being discussed is available at github: <a href="@RepositoryLink">@RepositoryLink</a></p>
1212
}
1313
}
1414
<p>Thanks for reading through. Please share feedback, if any, in comments or on my email <a href="mailto:ajay.a338@gmail.com">ajay.a338@gmail.com</a> </p>
15-
</section>
15+
</section>

0 commit comments

Comments
 (0)