Skip to content

Commit 2ae791b

Browse files
committed
Minor fix
1 parent 6b497ee commit 2ae791b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ available in your templates, e.g. `<%= this.somePropery %>`.
6464

6565
* **delimiter** : `string='%'`<br>
6666
Character used inside of angle brackets marking opening/closing tags.
67-
Defaults to `%`, as in `<%= some.variable %>`.
67+
Defaults to `'%'`, as in `<%= some.variable %>`.
6868

6969
**Note:** The EJS `filename` option is set automatically, so you may
7070
include partials relative to your template files.

0 commit comments

Comments
 (0)