dario-piotrowicz 52dc65dd1b build(docs-infra): improve @usageNotes message (#42888)
improve the @usageNotes message by adding the word "is"
(outcome: "Further information is available in...", compared to
"Further information available in...")

PR Close #42888
2021-07-19 17:37:56 -07:00

8 lines
277 B
HTML

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