Fix typo in VaultKeyValueBackendProperties.
Fixed the typo See gh-649
This commit is contained in:
committed by
Mark Paluch
parent
3ab9c79b9f
commit
e9385a085f
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user