From bc462edc9a58e9f515c4ef0e5cf83ffe982d7ea4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:56:19 -0400 Subject: [PATCH] docs: rename TemplateSingleSim to SceneryStackTemplate --- src/common/view/RampScreenSummaryContent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/view/RampScreenSummaryContent.ts b/src/common/view/RampScreenSummaryContent.ts index 466c87b..dce41de 100644 --- a/src/common/view/RampScreenSummaryContent.ts +++ b/src/common/view/RampScreenSummaryContent.ts @@ -8,7 +8,7 @@ * (object, ramp angle, applied force, speed) at any time. * * Follows the OpenPhysics accessibility convention; see ../../../Baton/ACCESSIBILITY.md - * and the canonical TemplateSingleSim/SimScreenSummaryContent.ts. + * and the canonical SceneryStackTemplate/SimScreenSummaryContent.ts. */ import { DerivedProperty } from "scenerystack/axon";