Skip to content

Commit d2fb3a4

Browse files
committed
Merge pull request #1037 from tomxtobin/minor-readme-typo-fixes
Fix minor typos in README
2 parents 2c1d509 + d0805e9 commit d2fb3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ You can also use real html comments if you want them to end up in the output.
287287

288288
There are a few Mustache behaviors that Handlebars does not implement.
289289
- Handlebars deviates from Mustache slightly in that it does not perform recursive lookup by default. The compile time `compat` flag must be set to enable this functionality. Users should note that there is a performance cost for enabling this flag. The exact cost varies by template, but it's recommended that performance sensitive operations should avoid this mode and instead opt for explicit path references.
290-
- The optional Mustache-style lambdas are not supported. Instead Handlebars provides it's own lambda resolution that follows the behaviors of helpers.
291-
- Alternative delimeters are not supported.
290+
- The optional Mustache-style lambdas are not supported. Instead Handlebars provides its own lambda resolution that follows the behaviors of helpers.
291+
- Alternative delimiters are not supported.
292292

293293

294294
Precompiling Templates

0 commit comments

Comments
 (0)