Skip to content

Commit

Permalink
Update packages/permission-controller/src/permitted-handler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
  • Loading branch information
Mrtenz and legobeat committed Apr 28, 2023
1 parent ecd9c6a commit 327803b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/permission-controller/src/permitted-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type BaseHandlerExport = {
* We use a mapped object type in order to create a type that requires the
* presence of the names of all hooks for the given handler.
* This can then be used to select only the necessary hooks whenever a method
* is called for purposes of POLA.
* is called for purposes of PoLP.
*/
export type HookNames<Type> = {
[Property in keyof Type]: true;
Expand Down

0 comments on commit 327803b

Please sign in to comment.