We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2226ed commit 0781616Copy full SHA for 0781616
test/spec/array_helper.spec.js
@@ -23,7 +23,7 @@ describe('shuffle', function() {
23
});
24
25
describe('toPointList', function() {
26
- it('converts an Array to a List of poitns', function() {
+ it('converts an Array to a List of points', function() {
27
var input = [[1, 2], [2, 2], [3, 2]];
28
expect(ArrayHelper.toPointList(input)).to.equal("[[1,2],\r\n[2,2],\r\n[3,2]]");
29
0 commit comments