Skip to content

Commit

Permalink
Fix typo in Hook.php docblock (#312)
Browse files Browse the repository at this point in the history
Correct term is hook not hoof.
  • Loading branch information
eojthebrave authored Dec 13, 2024
1 parent 7025123 commit 480fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attributes/Hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Hook
* @param $target
* Specifies which command(s) the hook will be attached to.
* @param $selector
* A 'tag' that requests that a hoof operate on the current command.
* A 'tag' that requests that a hook operate on the current command.
*/
public function __construct(
#[ExpectedValues(valuesFromClass: HookManager::class)] public string $type,
Expand Down

0 comments on commit 480fcfc

Please sign in to comment.