Skip to content

Commit 3f0a750

Browse files
Lorenz Henkgaykov
authored andcommitted
Fix typo in NotificationsView code example (#5)
1 parent bba1c3c commit 3f0a750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/notifications/NotificationsView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const NotificationsPage = ({ classes, ...props}) => (
6565
const Page = () => {
6666
<div>
6767
<ToastContainer />
68-
<button onClick={() => toast('Toast Mesasge')}>
68+
<button onClick={() => toast('Toast Message')}>
6969
show notification
7070
</button>
7171
</div>

0 commit comments

Comments
 (0)