Skip to content

Commit

Permalink
docs: fix "zplugin" typo in Accordion & Tabs events
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Sep 9, 2018
1 parent c6d37c4 commit 2673567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/foundation.accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Accordion extends Plugin {

if ($anchor && $link) {
/**
* Fires when the zplugin has deeplinked at pageload
* Fires when the plugin has deeplinked at pageload
* @event Accordion#deeplink
*/
this.$element.trigger('deeplink.zf.accordion', [$link, $anchor]);
Expand Down
4 changes: 2 additions & 2 deletions js/foundation.tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class Tabs extends Plugin {

if ($anchor && $link) {
/**
* Fires when the zplugin has deeplinked at pageload
* Fires when the plugin has deeplinked at pageload
* @event Tabs#deeplink
*/
this.$element.trigger('deeplink.zf.tabs', [$link, $anchor]);
Expand Down Expand Up @@ -333,7 +333,7 @@ class Tabs extends Plugin {
this._collapseTab($activeTab);

/**
* Fires when the zplugin has successfully collapsed tabs.
* Fires when the plugin has successfully collapsed tabs.
* @event Tabs#collapse
*/
this.$element.trigger('collapse.zf.tabs', [$activeTab]);
Expand Down

0 comments on commit 2673567

Please sign in to comment.