diff options
author | Oge Nnadi <oge@nnadi.org> | 2015-01-20 10:59:38 -0800 |
---|---|---|
committer | Oge Nnadi <oge@nnadi.org> | 2015-01-20 10:59:38 -0800 |
commit | 8626fa8bbee0ef0ec03445c6b937bc10b5060851 (patch) | |
tree | 703522bbe9c0c3a27d4b791f8ea91f4bcb23ab2a | |
parent | 9f8daf9076410ddbda9d420336767e1e8f1d0d8f (diff) | |
download | handlebars.js-8626fa8bbee0ef0ec03445c6b937bc10b5060851.zip handlebars.js-8626fa8bbee0ef0ec03445c6b937bc10b5060851.tar.gz handlebars.js-8626fa8bbee0ef0ec03445c6b937bc10b5060851.tar.bz2 |
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 7736b15..d165754 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. |