Skip to content

Commit

Permalink
fix(interior-left-nav): fixed typo (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
marijohannessen committed Apr 18, 2017
1 parent 06d9491 commit 7561488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/interior-left-nav/interior-left-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class InteriorLeftNav extends mixin(createComponent, initComponentBySearch) {
* Interior left nav.
* @extends CreateComponent
* @extends InitComponentBySearch
* @param {HTMLElement} element The element working as a interior left nav.
* @param {HTMLElement} element The element working as an interior left nav.
* @param {Object} options The component options.
*/
constructor(element, options) {
Expand Down

0 comments on commit 7561488

Please sign in to comment.