Skip to content

Commit 285acd4

Browse files
committed
Good to see the linters actually working now 👍
1 parent 33f2ccd commit 285acd4

File tree

1 file changed

+1
-1
lines changed
  • internal/elasticsearch/security/api_key

1 file changed

+1
-1
lines changed

internal/elasticsearch/security/api_key/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ func (r *Resource) requiresReplaceIfUpdateNotSupported() planmodifier.String {
117117
resp.RequiresReplace = version != nil && version.LessThan(MinVersionWithUpdate)
118118
},
119119
"Requires replace if the server does not support update",
120-
"Requries replace if the server does not support update",
120+
"Requires replace if the server does not support update",
121121
)
122122
}

0 commit comments

Comments
 (0)