Skip to content

Commit 32e1786

Browse files
Fix documentation generating in parameters.
For example see parameters in: /docs/api/ReactiveElement/#ReactiveElement.requestUpdate
1 parent add3d0d commit 32e1786

File tree

1 file changed

+1
-1
lines changed
  • packages/lit-dev-content/site/_includes

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/_includes/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
</dt>
189189
<dd class="paramDetails">
190190
<code class="paramType">{{ type(param.type) }}</code>
191-
{{ param.comment.text | markdownWithoutHtml | safe }}
191+
{{ param.comment.shortText | markdownWithoutHtml | safe }}
192192
</dd>
193193
{% endfor %}
194194
</dl>

0 commit comments

Comments
 (0)