Skip to content

Commit 6b981be

Browse files
authored
Merge pull request #274 from chitchu/patch-1
Typo fix in advanced-configuration > Template docs
2 parents f89419f + 1fdcb24 commit 6b981be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/0.8/Advanced configuration.md.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ new Ractive({
2525
});
2626
```
2727
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
28+
a string that will be parsed as a template, or an string starting with `#` that refers to an element id from which
2929
the template should be retrieved.
3030

3131
In general, these should be sufficient for most use cases. However, if you need to dissect templates or extract

0 commit comments

Comments
 (0)