Skip to content

Commit 2dd78fa

Browse files
committed
readme: fix typo
1 parent 382f33d commit 2dd78fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Symbols that can be used before **end** markers:
102102

103103
There is also an `include()` helper available inside templates:
104104

105-
* **include**(< _string_ >name[, < _object_ >data) - _(void)_ - Inserts the rendered output of the template specified by `name` at the current position in the current template. `data` is an optional value that you can pass to the template's render function to use as a data source. How the template identified by `name` is looked up is described below in the description of `cache.get()`.
105+
* **include**(< _string_ >name[, < _object_ >data]) - _(void)_ - Inserts the rendered output of the template specified by `name` at the current position in the current template. `data` is an optional value that you can pass to the template's render function to use as a data source. How the template identified by `name` is looked up is described below in the description of `cache.get()`.
106106

107107
API
108108
===

0 commit comments

Comments
 (0)