Skip to content

Commit dfe0130

Browse files
committed
docs(dgeni): Fix an extra newline in the markdown for type.
1 parent 2fcb4cb commit dfe0130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/angular.io-package/templates/class.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
defined in {$ githubViewLink(doc) $}
99

1010
:markdown
11-
{$ doc.description | indent(2, true) | trimBlankLines $}
11+
{$ doc.moduleDoc.description | indent(2, true) | trimBlankLines $}
1212

1313
{%- if doc.decorators %}
1414
.l-main-section
@@ -59,4 +59,4 @@
5959
{% endif %}{% endfor %}
6060
{%- endif -%}
6161

62-
{% endblock %}
62+
{% endblock %}

0 commit comments

Comments
 (0)