diff --git a/packages/hooks/src/createHasHook.js b/packages/hooks/src/createHasHook.js index 85c1524..1ec8d33 100644 --- a/packages/hooks/src/createHasHook.js +++ b/packages/hooks/src/createHasHook.js @@ -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. */