Fix spelling in label-raycast.ts [Copilot]

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
kruschen 2026-02-19 19:42:18 +01:00 committed by GitHub
parent 32e70496da
commit 6d99d8260d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);