Skip to content

Commit 28536bb

Browse files
committed
Fixed a typo. Fixes issue ietf-tools#2466.
- Legacy-Id: 14735
1 parent 430f313 commit 28536bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/person/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 id="drafts">Active Drafts</h2>
9090
{% endif %}
9191
</div>
9292
<div class="col-md-6">
93-
<h2>Expired Drafts <small>exluding replaced drafts</small></h2>
93+
<h2>Expired Drafts <small>excluding replaced drafts</small></h2>
9494
{% if person.expired_drafts.exists %}
9595
<ul>
9696
{% for doc in person.expired_drafts %}

0 commit comments

Comments
 (0)