Skip to content

Commit

Permalink
Adjust error message
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <[email protected]>
  • Loading branch information
hgiesel and benmccann authored May 6, 2022
1 parent 5192cbf commit 816ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/compile/compiler_warnings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
};

0 comments on commit 816ddd8

Please sign in to comment.