Fix typos

This was found by running an IntellijIDE
code inspection for proofreading.
This commit is contained in:
Jakob Linskeseder
2021-12-21 20:42:00 +01:00
committed by Jay Linski
parent b0f1a62ddb
commit fe58756da2
9 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -217,7 +217,7 @@ describe('data', function() {
})
.withInput({ exclaim: true, zomg: 'planet' })
.withRuntimeOptions({ data: { adjective: 'happy' } })
.withMessage('Overriden data output by helper')
.withMessage('Overridden data output by helper')
.toCompileTo('sad world?');
});
@@ -232,7 +232,7 @@ describe('data', function() {
})
.withInput({ exclaim: true, zomg: 'world' })
.withRuntimeOptions({ data: { adjective: 'happy' } })
.withMessage('Overriden data output by helper')
.withMessage('Overridden data output by helper')
.toCompileTo('sad world?');
});
+1 -1
View File
@@ -22,7 +22,7 @@ describe('utils', function() {
});
describe('#escapeExpression', function() {
it('shouhld escape html', function() {
it('should escape html', function() {
equals(
Handlebars.Utils.escapeExpression('foo<&"\'>'),
'foo&lt;&amp;&quot;&#x27;&gt;'
+1 -1
View File
@@ -1488,7 +1488,7 @@ var requirejs, require, define;
/**
* Called to enable a module if it is still in the registry
* awaiting enablement. A second arg, parent, the parent module,
* is passed in for context, when this method is overriden by
* is passed in for context, when this method is overridden by
* the optimizer. Not shown here to keep code compact.
*/
enable: function (depMap) {