Adjust error message

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7149/head
Henrik Giesel 4 years ago committed by GitHub
parent 5192cbfce3
commit 816ddd8a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,6 +146,6 @@ export default {
},
avoid_mouse_events_on_document: {
code: 'avoid-mouse-events-on-document',
message: 'Mouse events on the document are not supported cross-browser and should be avoided'
message: 'Mouse events on the document are not supported in all browsers and should be avoided'
}
};

Loading…
Cancel
Save