Fix typos
This was found by running an IntellijIDE code inspection for proofreading.
This commit is contained in:
committed by
Jay Linski
parent
b0f1a62ddb
commit
fe58756da2
+2
-2
@@ -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
@@ -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<&"'>'
|
||||
|
||||
Vendored
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user