Merge pull request #943 from ogennadi/patch-2

Properly formatted dot
This commit is contained in:
Kevin Decker
2015-01-21 06:16:21 -06:00
+1 -1
View File
@@ -110,7 +110,7 @@ templates easier and also changes a tiny detail of how partials work.
### Paths
Handlebars.js supports an extended expression syntax that we call paths.
Paths are made up of typical expressions and . characters. Expressions
Paths are made up of typical expressions and `.` characters. Expressions
allow you to not only display data from the current context, but to
display data from contexts that are descendants and ancestors of the
current context.