Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 102fe15

Browse files
author
timeless@gmail.com
committed
spelling: should
1 parent b3ec1e8 commit 102fe15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/BinderSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ describe('Binder', function() {
357357
});
358358
});
359359

360-
it('ShoulIgnoreVbNonBindable', inject(function($rootScope, $compile) {
360+
it('ShouldIgnoreVbNonBindable', inject(function($rootScope, $compile) {
361361
element = $compile(
362362
'<div>{{a}}' +
363363
'<div ng-non-bindable>{{a}}</div>' +

test/ng/compileSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3016,7 +3016,7 @@ describe('$compile', function() {
30163016
})
30173017
);
30183018

3019-
it('sholdn\'t add module name to multidir isolated scope message if directive is defined directly with $compileProvider', inject(
3019+
it('shouldn\'t add module name to multidir isolated scope message if directive is defined directly with $compileProvider', inject(
30203020
function($rootScope, $compile) {
30213021
expect(function() {
30223022
$compile('<div class="anonym-module-scope-directive; fake-i-scope"></div>');

test/ng/qSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ describe('q', function() {
21132113
});
21142114

21152115

2116-
it('should log exceptions throw in a progressback and stop propagation, but shoud NOT reject ' +
2116+
it('should log exceptions throw in a progressback and stop propagation, but should NOT reject ' +
21172117
'the promise', function() {
21182118
promise.then(success(), error(), progress(1, 'failed', true)).then(null, error(1), progress(2)).catch(noop);
21192119
syncNotify(deferred, '10%');

0 commit comments

Comments
 (0)