Skip to content

Commit d1b5e86

Browse files
devversiontinayuangao
authored andcommitted
build(dgeni): capital letter for selector (#4690)
* The label for the `selectors` should start with a capital letter. Similar as for the `Export as` label.
1 parent 7f4516a commit d1b5e86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/dgeni/templates/class.template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ <h4 class="docs-api-h4 docs-api-class-name">
55

66
{%- if class.directiveSelectors -%}
77
<div class="docs-api-directive-selectors">
8-
<span class="docs-api-class-selector-label">selector:</span>
9-
{% for s in class.directiveSelectors %}
10-
<span class="docs-api-class-selector-name">{$ s $}</span>
8+
<span class="docs-api-class-selector-label">Selector:</span>
9+
{% for selector in class.directiveSelectors %}
10+
<span class="docs-api-class-selector-name">{$ selector $}</span>
1111
{% endfor %}
1212
</div>
1313
{%- endif -%}

0 commit comments

Comments
 (0)