Fixes spelling and punctuation

(cherry picked from commit fd3ca85d13)
This commit is contained in:
roydukkey
2020-01-13 08:30:15 -05:00
committed by Nils Knappmeier
parent 4de51fe26b
commit d78cc73d3c
+2 -2
View File
@@ -74,13 +74,13 @@ Chores, docs:
BREAKING CHANGES:
- access to prototype properties is forbidden completely by default,
specific properties or methods can be allow via runtime-options.
specific properties or methods can be allowed via runtime-options.
See #1633 for details.
If you are using Handlebars as documented, you should not be accessing prototype
properties from your template anyway, so the changes should not be a problem
for you. Only the use of undocumented features can break your build.
That is why we only bump the minor version despite mentioning breaking changes
That is why we only bump the minor version despite mentioning breaking changes.
[Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.6.0)