From 857d2db77661878676ada7c6de6de143aa9fbd33 Mon Sep 17 00:00:00 2001 From: Worthaboutapig Date: Thu, 2 Mar 2017 11:23:10 +0000 Subject: [PATCH] Fixes misses closing '/' in component declaration The component declaration 'Component' is missing a now-required '/' on the tag. As is stands the example fails. Is there not a better way of ensuring that documentation samples stay up-to-date and correct? As it's the first port-of-call for people learning a feature, if the examples are wrong, it doesn't create a good experience, especially as one assumes that one's own code is wrong, rather than the example. Maybe embed a fiddle instead of the raw code? Then this can be easily tested on each new release. --- docs/0.8/Components.md.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/0.8/Components.md.hbs b/docs/0.8/Components.md.hbs index c1b922f..0194458 100644 --- a/docs/0.8/Components.md.hbs +++ b/docs/0.8/Components.md.hbs @@ -69,7 +69,7 @@ var ractive = new Ractive({