Skip to content

Commit 1e57ec6

Browse files
committed
doc: fix typo
1 parent c4d2ecc commit 1e57ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "string-crypto",
33
"version": "2.0.0",
4-
"description": "Small and and simple (yet secure) library to encrypt and decrypt strings using PBKDF2 for key derivation and AES (defaulted to 256-bit / SHA512)",
4+
"description": "Small and simple (yet secure) library to encrypt and decrypt strings using PBKDF2 for key derivation and AES (defaulted to 256-bit / SHA512)",
55
"keywords": [
66
"encryption",
77
"decryption",

0 commit comments

Comments
 (0)