We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f8645 commit 40f0805Copy full SHA for 40f0805
acl/acl.go
@@ -4,7 +4,7 @@ const (
4
WildcardName = "*"
5
)
6
7
-// Config encapsualtes all of the generic configuration parameters used for
+// Config encapsulates all of the generic configuration parameters used for
8
// policy parsing and enforcement
9
type Config struct {
10
// WildcardName is the string that represents a request to authorize a wildcard permission
0 commit comments