Skip to content

Commit

Permalink
docs: grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Aug 4, 2023
1 parent 0f7ac71 commit 2a0adbf
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 @@ -46,7 +46,7 @@ initialized with reasonable defaults that are sufficient for most use-cases.
| MAC algorithm | The MAC algorithm to use to generate the hash for the OTP | `HmacSHA1` |
| Truncation offset | The offset that will be used to extract the bytes used for the OTP from the generated hash | `USE_DYNAMIC_TRUNCATION` |

The MAC algorithm is used to retrieve an [javax.crypto.Mac](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/javax/crypto/Mac.html)
The MAC algorithm is used to retrieve a [javax.crypto.Mac](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/javax/crypto/Mac.html)
instance. Check the documentation of your Java distribution for a list of
supported algorithms.

Expand Down

0 comments on commit 2a0adbf

Please sign in to comment.