Skip to content

Commit 9eedc11

Browse files
authored
Fix spelling of resources (#1469)
Fix a typo.
1 parent 1949250 commit 9eedc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpack_security_get_role.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ type XPackSecurityRole struct {
174174
type XPackSecurityApplicationPrivileges struct {
175175
Application string `json:"application"`
176176
Privileges []string `json:"privileges"`
177-
Ressources []string `json:"resources"`
177+
Resources []string `json:"resources"`
178178
}
179179

180180
// XPackSecurityIndicesPermissions is the indices permission object

0 commit comments

Comments
 (0)