Skip to content

Commit

Permalink
Fixed typo in javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Chris White <chriswhite199@gmail.com>
  • Loading branch information
chriswhite199 committed Dec 9, 2022
1 parent dcfc029 commit d37d713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public static Setting<SecureString> insecureString(String name) {
/**
* A setting which contains a sensitive string, but usage is logged when found outside secure settings, regardless
* of the opensearch.allow_insecure_settings value. Typically. this is used when migrating old legacy settings
* to secure variants while preserving exiting functionality.
* to secure variants while preserving existing functionality.
* @see #insecureString(String)
*/
public static Setting<SecureString> insecureString(String name, String secureName, boolean allowWithWarning) {
Expand Down

0 comments on commit d37d713

Please sign in to comment.