Skip to content

Commit 3b13cbd

Browse files
committed
Show type value as code snippet
1 parent ef2f50d commit 3b13cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dgeni/templates/type-alias.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ <h4 id="{$ alias.name $}" class="docs-header-link docs-api-h4 docs-api-type-alia
1111

1212
<p class="docs-api-type-alias-value">
1313
<span class="docs-api-type-alias-value-label">Type:</span>
14-
<span class="docs-api-type-alias-value">{$ alias.typeDefinition $}</span>
14+
<code class="docs-api-type-alias-value">{$ alias.typeDefinition $}</code>
1515
</p>

0 commit comments

Comments
 (0)