Skip to content

Commit

Permalink
fix(docs): grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
vwkd authored Apr 21, 2020
1 parent b151bfe commit 5de0812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install ejs
* Unescaped raw output with `<%- %>`
* Newline-trim mode ('newline slurping') with `-%>` ending tag
* Whitespace-trim mode (slurp all whitespace) for control flow with `<%_ _%>`
* Custom delimiters (e.g., use `[? ?]` instead of `<% %>`)
* Custom delimiters (e.g. `[? ?]` instead of `<% %>`)
* Includes
* Client-side support
* Static caching of intermediate JavaScript
Expand Down

0 comments on commit 5de0812

Please sign in to comment.