Skip to content

Commit

Permalink
docs/sdk: fix typo in policy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Aug 22, 2016
1 parent 8eea29f commit 448fc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ newPolicy, err := hydra.Policy.Create(&ladon.DefaultPolicy{
Actions: []string{"get", "find"},
Effect: ladon.AllowAccess,
Conditions: ladon.Conditions{
"owner": &ladon.EqualSubjectCondition{},
"owner": &ladon.EqualsSubjectCondition{},
},
})

Expand Down

0 comments on commit 448fc3e

Please sign in to comment.