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 and mp911de committed Jan 31, 2023
1 parent 3ab9c79 commit e9385a0
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 e9385a0

Please sign in to comment.