fix(docs-infra): move dots inside Usage Notes anchor tag (#42725)

in the html generated aio docs the dots of "Usage Notes..."
should be part of the anchor tag, same as it is for "See More..."

PR Close #42725
This commit is contained in:
dario-piotrowicz 2021-06-30 22:17:33 +01:00 committed by Jessica Janiuk
parent d997303cf4
commit bfa1b5d9eb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<section class="description">
<h2>Description</h2>
{$ doc.description | trimBlankLines | marked $}
{% if doc.usageNotes %}<p>Further information available in the <a href="#usage-notes">Usage Notes</a>...</p>{%
{% if doc.usageNotes %}<p>Further information available in the <a href="#usage-notes">Usage Notes...</a></p>{%
endif %}
</section>
{% endif %}