Skip to content

Commit d55fc21

Browse files
committed
Doc cleanup.
1 parent 20e4b1e commit d55fc21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/child-components.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@ The changes for the table component where the row child component is added in. V
142142
<td>Title</td>
143143
</tr>
144144
</thead>
145-
{% for book in books %} {% unicorn 'row' book=book key=book.id
146-
%} {% endfor %}
145+
{% for book in books %}
146+
{% unicorn 'row' book=book key=book.id %}
147+
{% endfor %}
147148
</table>
148149
</div>
149150
```

0 commit comments

Comments
 (0)