Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e57ec6

Browse files
committedFeb 22, 2021
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)
Please sign in to comment.