Skip to content

Commit f07103a

Browse files
Update bannerImpl.md
1 parent 51f1f84 commit f07103a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developers/bannerImpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function pushNotificationMessage(options: NotificationOptions): void {
1515
```
1616
[pushNotificationMessage Implementation](https://github.com/microsoft/pxt/blob/master/skillmap/src/lib/notifications.ts#L7-L9)
1717
18-
It then processes into the warning notification function, which gets passed by pushNotificationMessage. And then all these steps get executed by `showNotificationMsg`. Finally, these functions then be called in `errorNotification` and `warningNotification.`
18+
It then processes into the warning notification function, which gets passed by pushNotificationMessage. And then all these steps get executed by `showNotificationMsg`. Finally, these functions then are called in `errorNotification` and `warningNotification.`
1919
2020
``` ts
2121
function showNotificationMsg(kind: string, msg: string) {

0 commit comments

Comments
 (0)