Fixed a typo (#650)

This commit is contained in:
Katherine-Osos 2023-05-24 14:52:26 -05:00 committed by GitHub
parent d3bc275c4e
commit c8dbd45c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
{% for item in value %}
<li>
<p class="text-semibold margin-top-1 margin-bottom-0">
Conatct {{forloop.counter}}
Contact {{forloop.counter}}
</p>
{% include "includes/contact.html" with contact=item %}</li>
{% empty %}