Skip to content

Commit

Permalink
docs(app-hooks.js): fix parameter type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Dec 1, 2021
1 parent 086fdc1 commit 2bab02c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/support/app-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class AppHooks {

/**
* Remove a hook
* @param {string} hookName
* @param {String} hookName
* @param {Integer} priority
*/
remove (hookName, priority = 1) {
Expand Down Expand Up @@ -94,6 +94,7 @@ class AppHooks {
/**
* Attach a plugin to the hooks system
* @param {Object} pluginInstance
* @param {Object} vueInstance
*/
attachPlugin (pluginInstance, vueInstance) {
this.plugins.push(pluginInstance)
Expand Down

0 comments on commit 2bab02c

Please sign in to comment.