Skip to content

Commit 3d74337

Browse files
author
Matt Gaunt
committed
Silly typo :(
1 parent 8e11cdd commit 3d74337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encryption-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const encrypt = function(userPublicKey, userAuth, payload) {
2222
}
2323

2424
if (typeof userAuth !== 'string') {
25-
throw new Error('The subscirption auth key must be a string.');
25+
throw new Error('The subscription auth key must be a string.');
2626
}
2727

2828
if (urlBase64.decode(userAuth).length < 16) {

0 commit comments

Comments
 (0)