Skip to content

Commit 58bdc86

Browse files
authored
Merge pull request #33 from Dishit79/patch-1
Spelling error
2 parents db0fcba + 09fb360 commit 58bdc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const cipher = await aes.encrypt("This is AES-128-CBC. It works.");
6868
console.log(cipher.hex());
6969
// 41393374609eaee39fbe57c96b43a9da0d547c290501be50f983ecaac6c5fd1c
7070

71-
const plain = await aes.decrypt(ciper);
71+
const plain = await aes.decrypt(cipher);
7272
console.log(plain.toString());
7373
// This is AES-128-CBC. It works.
7474
```

0 commit comments

Comments
 (0)