Skip to content

Commit

Permalink
fix readme typo issues
Browse files Browse the repository at this point in the history
  • Loading branch information
misselvexu committed Apr 25, 2022
1 parent 4a5836e commit 4e61e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ public StringEncryptor stringEncryptor() {
```
### Using a password
Alternatively, you can use a password to encrypt/decrypt properties using AES 256-GCM. The password is used to generate a
key on startup, so there a few properties you need to/can set, these are:
key on startup, so there is a few properties you need to/can set, these are:
```properties
jasypt.encryptor.gcm-secret-key-password="chupacabras"
#Optional, defaults to "1000"
Expand Down

0 comments on commit 4e61e49

Please sign in to comment.