summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNik Nyby <nnyby@columbia.edu>2015-09-04 15:53:31 -0400
committerNik Nyby <nnyby@columbia.edu>2015-09-04 15:53:31 -0400
commitefad390ffcfa3288c0f0e3763a9cc368295e8575 (patch)
treeb599b74e743760c9831d07203078e42e34aeb289
parenta5a3ab01d3659b996234e3fa5a4a32350a145096 (diff)
downloadhandlebars.js-efad390ffcfa3288c0f0e3763a9cc368295e8575.zip
handlebars.js-efad390ffcfa3288c0f0e3763a9cc368295e8575.tar.gz
handlebars.js-efad390ffcfa3288c0f0e3763a9cc368295e8575.tar.bz2
fix typo in release notes
-rw-r--r--release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index 822cb80..0990c50 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -238,7 +238,7 @@ Compatibility notes:
- INTEGER -> NUMBER
- Additional PartialNode hash parameter
- New RawBlockNode type
-- Data frames now have a `_parent` field. This is internal but is enumerable for performance/compatability reasons.
+- Data frames now have a `_parent` field. This is internal but is enumerable for performance/compatibility reasons.
[Commits](https://github.com/wycats/handlebars.js/compare/v1.3.0...v2.0.0-alpha.1)