Merge pull request #795 from Zamiell/master

fixing typo
This commit is contained in:
Anton Lavrenov 2019-11-16 20:57:18 -05:00 committed by GitHub
commit d85521fa6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -376,7 +376,7 @@ export class Stage extends Container<BaseLayer> {
Util.warn(
'The stage has ' +
length +
' layers. Recommended maximin number of layers is 3-5. Adding more layers into the stage may drop the performance. Rethink your tree structure, you can use Konva.Group.'
' layers. Recommended maximum number of layers is 3-5. Adding more layers into the stage may drop the performance. Rethink your tree structure, you can use Konva.Group.'
);
}
layer._setCanvasSize(this.width(), this.height());