Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Commit

Permalink
spacing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Apr 24, 2018
1 parent d8ee906 commit a04303b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hooks/src/createHasHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function createHasHook( hooks ) {
/**
* Returns whether any handlers are attached for the given hookName and optional namespace.
*
* @param {string} hookName The name of the hook to check for.
* @param {string} namespace Optional. The unique namespace identifying the callback in the form `vendor/plugin/function`.
* @param {string} hookName The name of the hook to check for.
* @param {string} namespace Optional. The unique namespace identifying the callback in the form `vendor/plugin/function`.
*
* @return {boolean} Whether there are handlers that are attached to the given hook.
*/
Expand Down

0 comments on commit a04303b

Please sign in to comment.