Skip to content

Commit 0781616

Browse files
committed
Fixed typo
1 parent e2226ed commit 0781616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/array_helper.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('shuffle', function() {
2323
});
2424

2525
describe('toPointList', function() {
26-
it('converts an Array to a List of poitns', function() {
26+
it('converts an Array to a List of points', function() {
2727
var input = [[1, 2], [2, 2], [3, 2]];
2828
expect(ArrayHelper.toPointList(input)).to.equal("[[1,2],\r\n[2,2],\r\n[3,2]]");
2929
});

0 commit comments

Comments
 (0)