Fix typo in resize_filter.class.js (#5290)

* Fix typo in resize_filter.class.js.

`sliceHack` filter referred to as `sliceHacl` in documentation.

* Fix typo in resize_filter.class.js.

`resizyType` typo.
This commit is contained in:
Charlie Schliesser 2018-10-03 10:25:06 -05:00 committed by Andrea Bogazzi
parent f99f1a7e00
commit 2ab5c5f851

View file

@ -30,7 +30,7 @@
/**
* Resize type
* for webgl resizyType is just lanczos, for canvas2d can be:
* for webgl resizeType is just lanczos, for canvas2d can be:
* bilinear, hermite, sliceHack, lanczos.
* @param {String} resizeType
* @default