Skip to content

Commit

Permalink
docs: changed variable to camel-case
Browse files Browse the repository at this point in the history
  • Loading branch information
samarpanB committed Apr 17, 2019
1 parent a9c4cec commit 3eabf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/Loopback-component-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export interface AuthorizationMetadata {
*/
export interface UserPermission {
permission: PermissionKey;
is_allowed: boolean;
allowed: boolean;
}

/**
Expand Down

0 comments on commit 3eabf4d

Please sign in to comment.