We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6681d4 commit 3c7f0f7Copy full SHA for 3c7f0f7
test/ng/filter/filterSpec.js
@@ -49,7 +49,7 @@ describe('Filter: filter', function() {
49
expect(filter(items, function(i) {return i.done;}).length).toBe(1);
50
});
51
52
- it('should take object as perdicate', function() {
+ it('should take object as predicate', function() {
53
var items = [{first: 'misko', last: 'hevery'},
54
{first: 'adam', last: 'abrons'}];
55
@@ -61,7 +61,7 @@ describe('Filter: filter', function() {
61
62
63
64
- it('should support predicat object with dots in the name', function() {
+ it('should support predicate object with dots in the name', function() {
65
var items = [{'first.name': 'misko', 'last.name': 'hevery'},
66
{'first.name': 'adam', 'last.name': 'abrons'}];
67
0 commit comments