Skip to content

Commit

Permalink
Merge pull request #180 from kevmo/patch-1
Browse files Browse the repository at this point in the history
Fix plural typo.
  • Loading branch information
sahat committed May 2, 2016
2 parents 5f49d9f + 9cecbb4 commit 077a667
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 @@ -32,7 +32,7 @@ After building a half-dozen Express apps, I developed requirements and opinions

* Add back the concept of "partials" via Handlebars' partials mechanism.

* Support a directories of partials; e.g., `{{> foo/bar}}` which exists on the file system at `views/partials/foo/bar.handlebars`, by default.
* Support a directory of partials; e.g., `{{> foo/bar}}` which exists on the file system at `views/partials/foo/bar.handlebars`, by default.

* Smart file system I/O and template caching. When in development, templates are always loaded from disk. In production, raw files and compiled templates are cached, including partials.

Expand Down

0 comments on commit 077a667

Please sign in to comment.