Skip to content

Commit c6677dd

Browse files
committed
update property-nested.hbs
1 parent 44a46d7 commit c6677dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<code>{{name}}</code> Format: <code>{{format}}</code>{{#if listItemFormat}} Item format: <code>{{listItemFormat}}</code>{{/if}}
1+
<strong><code>{{name}}</code></strong> <i>{{format}}</i>{{#if listItemFormat}} <i>of {{listItemFormat}}s</i>{{/if}}
22
{{> property-nested-internal}}
33
{{#if listProperties}}
44
{{#each listProperties}}
55

66
- {{> property-nested this}}
77
{{/each}}
8-
{{/if}}
8+
{{/if}}

0 commit comments

Comments
 (0)