From 6ec7910e7aa9a37b572cbc7087bb1a2125ec4edf Mon Sep 17 00:00:00 2001 From: kubk Date: Wed, 23 Dec 2020 13:05:25 +0300 Subject: [PATCH] Fix typo in comments --- packages/projection/src/geometry/apply.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/projection/src/geometry/apply.ts b/packages/projection/src/geometry/apply.ts index d1eab4062..b53581d98 100644 --- a/packages/projection/src/geometry/apply.ts +++ b/packages/projection/src/geometry/apply.ts @@ -94,7 +94,7 @@ export function applyTreeProjection( for (let i = 0; i < pathLength; i++) { const { projection } = path[i] - // Incoporate each ancestor's scale into a culmulative treeScale for this component + // Incoporate each ancestor's scale into a cumulative treeScale for this component treeScale.x *= projection.x.scale treeScale.y *= projection.y.scale