Skip to content

Commit

Permalink
Fix typo in resize_filter.class.js (#5290)
Browse files Browse the repository at this point in the history
* Fix typo in resize_filter.class.js.

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

* Fix typo in resize_filter.class.js.

`resizyType` typo.
  • Loading branch information
charlie-s authored and asturur committed Oct 3, 2018
1 parent f99f1a7 commit 2ab5c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/resize_filter.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ab5c5f

Please sign in to comment.