diff options
author | Kevin Decker <kpdecker@gmail.com> | 2015-01-21 06:16:21 -0600 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2015-01-21 06:16:21 -0600 |
commit | 752a28f24c202cce85068f9c07f6997babc5f6b1 (patch) | |
tree | 8d0d18f7ec25300e0b786f3d5575f5751b491aaa | |
parent | 05bda7ed0c69356cb6bd4a2abbecf56d9aa6be60 (diff) | |
parent | 8626fa8bbee0ef0ec03445c6b937bc10b5060851 (diff) | |
download | handlebars.js-752a28f24c202cce85068f9c07f6997babc5f6b1.zip handlebars.js-752a28f24c202cce85068f9c07f6997babc5f6b1.tar.gz handlebars.js-752a28f24c202cce85068f9c07f6997babc5f6b1.tar.bz2 |
Merge pull request #943 from ogennadi/patch-2
Properly formatted dot
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index e504df9..5bfa47c 100644 --- a/README.markdown +++ b/README.markdown @@ -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. |