Skip to content

Commit a96d8d4

Browse files
authored
Merge pull request #278 from Worthaboutapig/patch-1
Fixes misses closing '/' in component declaration
2 parents cbff448 + 857d2db commit a96d8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/0.8/Components.md.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var ractive = new Ractive({
6969

7070
<script id="template" type="text/ractive">
7171
<div>
72-
<Component>
72+
<Component/>
7373
</div>
7474
</script>
7575

0 commit comments

Comments
 (0)