Skip to content

Commit

Permalink
Fix typo in VaultKeyValueBackendProperties.
Browse files Browse the repository at this point in the history
Fixed the typo

See gh-649
  • Loading branch information
sanesai authored Jan 31, 2023
1 parent c8f2168 commit a9a7e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a9a7e79

Please sign in to comment.