Skip to content

Commit e8f91a0

Browse files
committed
Incorrect closing tag for html template
1 parent d37665f commit e8f91a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rspec_api_documentation/html_example.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<tr>
4343
<td{{# required }} class="required"{{/ required }}>
4444
<span class="name">{{ name }}</span>
45-
</th>
45+
</td>
4646
<td>
4747
<span class="description">{{ description }}</span>
4848
</td>

0 commit comments

Comments
 (0)