Fix common misspellings

These were found with codespell.
This commit is contained in:
Marc Jansen
2021-03-05 22:53:09 +01:00
parent 890148c3b1
commit df23c234dc
8 changed files with 9 additions and 9 deletions

View File

@@ -203,7 +203,7 @@ export function compose(transform, dx1, dy1, sx, sy, angle, dx2, dy2) {
/**
* Creates a composite transform given an initial translation, scale, rotation, and
* final translation (in that order only, not commutative). The resulting transform
* string can be applied as `transform` porperty of an HTMLElement's style.
* string can be applied as `transform` property of an HTMLElement's style.
* @param {number} dx1 Initial translation x.
* @param {number} dy1 Initial translation y.
* @param {number} sx Scale factor x.