clarify duration example description (#21838)

This commit is contained in:
Jason Kurian 2020-03-03 19:28:54 -05:00 committed by GitHub
parent e7c2ee5be6
commit 92c189f246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ const openNotification = () => {
const args = {
message: 'Notification Title',
description:
'I will never close automatically. I will be close automatically. I will never close automatically.',
'I will never close automatically. This is a purposely very very long description that has many many characters and words.',
duration: 0,
};
notification.open(args);