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

Commit 074ad03

Browse files
Lajos Veresbtford
Lajos Veres
authored andcommitted
chore(filtersSpec): fix typo
1 parent a20e76e commit 074ad03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/filter/filtersSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('filters', function() {
5858
expect(num).toBe('1.1112');
5959
});
6060

61-
it('should format according different seperators', function() {
61+
it('should format according different separators', function() {
6262
var num = formatNumber(1234567.1, pattern, '.', ',', 2);
6363
expect(num).toBe('1.234.567,10');
6464
});

0 commit comments

Comments
 (0)