Fix typo in VaultKeyValueBackendProperties.

Fixed the typo

See gh-649
This commit is contained in:
Saikat Sengupta
2023-01-31 16:22:42 +05:30
committed by GitHub
parent c8f2168691
commit a9a7e79cb7

View File

@@ -47,7 +47,7 @@ public class VaultKeyValueBackendProperties implements EnvironmentAware, VaultKe
public static final String PREFIX = "spring.cloud.vault.kv";
/**
* Enable the kev-value backend.
* Enable the key-value backend.
*/
private boolean enabled = true;