spelling: on

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:11:32 -04:00
parent b808801347
commit 8fed1c86b0
2 changed files with 2 additions and 2 deletions

View File

@@ -653,7 +653,7 @@ export const render = async (
return res;
} else {
// Intersection onn sides of rect
// Intersection on sides of rect
if (insidePoint.x < outsidePoint.x) {
r = outsidePoint.x - w - x;
} else {

View File

@@ -279,7 +279,7 @@ export const intersection = (node, outsidePoint, insidePoint) => {
return res;
} else {
// Intersection onn sides of rect
// Intersection on sides of rect
if (insidePoint.x < outsidePoint.x) {
r = outsidePoint.x - w - x;
} else {