Skip to content

Commit a54e7b5

Browse files
Ben Petersencdcabrera
Ben Petersen
authored andcommitted
Fix typo in notification-drawer.component.js s/hadler/handler (#525)
1 parent 206a029 commit a54e7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notification/notification-drawer.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* group must include an array of notifications to be shown for that group, the array MUST be called 'notifications'.
1212
* You must provide the source for the heading, sub-heading, and notification body to show the content you desire for each.
1313
* Pass a customScope object containing any scope variables/functions you need to access from the included source, access these
14-
* via hanlders.<your handler> in your included source.
14+
* via handlers.<your handler> in your included source.
1515
* <br><br>
1616
*
1717
* @param {boolean} drawerHidden Flag if the drawer is currently hidden

0 commit comments

Comments
 (0)