Fix typo in VaultKeyValueBackendProperties.
Fixed the typo See gh-649
This commit is contained in:
@@ -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