From 6d99d8260d71bd62311fc5097690474bd24ec795 Mon Sep 17 00:00:00 2001 From: kruschen Date: Thu, 19 Feb 2026 19:42:18 +0100 Subject: [PATCH] Fix spelling in label-raycast.ts [Copilot] Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/renderers/label-raycast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderers/label-raycast.ts b/src/renderers/label-raycast.ts index c0268087..342135cf 100644 --- a/src/renderers/label-raycast.ts +++ b/src/renderers/label-raycast.ts @@ -23,7 +23,7 @@ interface RaycastParams { offset: number; } -// increase step to 15 or 30 to make it faster and more horyzontal +// increase step to 15 or 30 to make it faster and more horizontal // decrease step to 5 to improve accuracy const ANGLE_STEP = 9; export const ANGLES = precalculateAngles(ANGLE_STEP);