mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 09:50:05 +08:00
fix typo
This commit is contained in:
@@ -196,7 +196,7 @@ export const Konva = {
|
||||
_injectGlobal(Konva) {
|
||||
if (typeof glob.Konva !== 'undefined') {
|
||||
console.error(
|
||||
'Severa Konva instances detected. It is not recommended to use multiple Konva instances in the same environment.'
|
||||
'Several Konva instances detected. It is not recommended to use multiple Konva instances in the same environment.'
|
||||
);
|
||||
}
|
||||
glob.Konva = Konva;
|
||||
|
Reference in New Issue
Block a user