Skip to content

Commit 6416e79

Browse files
fix: fixed typing
1 parent 8361159 commit 6416e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/optional-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Argument | Default value | Use
1212
`$issuer` | `null` | Will be displayed in the users app as the default issuer name when using QR code to import the secret
1313
`$digits` | `6` | The number of digits the resulting codes will be
1414
`$period` | `30` | The number of seconds a code will be valid
15-
`$algorithm` | `Algorithm::Sha1` | The algorithm used (one of `Algorithm::Sha1`, `Algorithm::Sha256`, `Algorithm::Sha512`, `Algorithm::md5`)
15+
`$algorithm` | `Algorithm::Sha1` | The algorithm used (one of `Algorithm::Sha1`, `Algorithm::Sha256`, `Algorithm::Sha512`, `Algorithm::Md5`)
1616
`$qrcodeprovider` | `null` | QR-code provider
1717
`$rngprovider` | `null` | Random Number Generator provider
1818
`$timeprovider` | `null` | Time provider

0 commit comments

Comments
 (0)