Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7240f31

Browse files
committed
chore(docs): fix rendering of methods' this type
1 parent c3f6123 commit 7240f31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/config/templates/ngdoc/lib/methods.template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h4>Parameters</h4>
1717
{% endif %}
1818

1919
{% if method.this %}
20-
<h4>Method's {% code %}this{% endcode %}</h4>
20+
<h4>Method's `this`</h4>
2121
{$ method.this | marked $}
2222
{% endif %}
2323

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% if doc.this %}
2-
<h3>Method's {% code %}this{% endcode %}</h3>
2+
<h3>Method's `this`</h3>
33
{$ doc.this | marked $}
4-
{% endif %}
4+
{% endif %}

0 commit comments

Comments
 (0)