Skip to content

Commit

Permalink
Merge pull request #1190 from za/patch-1
Browse files Browse the repository at this point in the history
Fix typo on Vaultpassword.java
  • Loading branch information
commjoen authored Jan 17, 2024
2 parents 8f4a888 + db387d6 commit 877acfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.springframework.boot.context.properties.ConfigurationProperties;

/** Class used to get password from vault usisng the springboot cloud integration with vault. */
/** Class used to get password from vault using the springboot cloud integration with vault. */
@ConfigurationProperties("vaultpassword")
public class Vaultpassword {

Expand Down

0 comments on commit 877acfb

Please sign in to comment.