Skip to content

Commit 1fdcb24

Browse files
authored
Typo fix in advanced-configuration > Template docs
1 parent f89419f commit 1fdcb24

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)