We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89419f commit 1fdcb24Copy full SHA for 1fdcb24
docs/0.8/Advanced configuration.md.hbs
@@ -25,7 +25,7 @@ new Ractive({
25
});
26
```
27
The return value can be any of the valid template options: a preparsed template,
28
-a string that will parsed as a template, or an string starting with `#` that refers to an element id from which
+a string that will be parsed as a template, or an string starting with `#` that refers to an element id from which
29
the template should be retrieved.
30
31
In general, these should be sufficient for most use cases. However, if you need to dissect templates or extract
0 commit comments