Skip to content

Commit abd3c1e

Browse files
authored
Fix spelling (#24)
1 parent 9b3a470 commit abd3c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test('numeric', t => {
5454
t.is(generatedCharacterSetSize({type: 'numeric'}, 10), 10);
5555
});
5656

57-
test('distinquishable', t => {
57+
test('distinguishable', t => {
5858
t.is(cryptoRandomString({length: 0, type: 'distinguishable'}).length, 0);
5959
t.is(cryptoRandomString({length: 10, type: 'distinguishable'}).length, 10);
6060
t.is(cryptoRandomString({length: 100, type: 'distinguishable'}).length, 100);

0 commit comments

Comments
 (0)