Merge pull request #1974 from aswind7/master
Some checks are pending
Test Browser / build (20.x) (push) Waiting to run
Test NodeJS / build (23.x) (push) Waiting to run

fix typo
This commit is contained in:
Anton Lavrenov
2025-09-16 07:19:56 -05:00
committed by GitHub

View File

@@ -196,7 +196,7 @@ export const Konva = {
_injectGlobal(Konva) { _injectGlobal(Konva) {
if (typeof glob.Konva !== 'undefined') { if (typeof glob.Konva !== 'undefined') {
console.error( 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; glob.Konva = Konva;