From 26f8a85b4b623263a318b55419f83e0af0823d86 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:54:55 -0400 Subject: [PATCH] docs: rename TemplateSingleSim to SceneryStackTemplate --- .github/dependabot.yml | 2 +- src/doppler-effect/view/DopplerEffectScreenSummaryContent.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c19316b..c67ba08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: prefix: "chore" include: "scope" # @types/node major versions track the Node.js runtime (see shared CI default). - # Bump TemplateSingleSim and repos together when CI node-version changes. + # Bump SceneryStackTemplate and repos together when CI node-version changes. ignore: - dependency-name: "@types/node" update-types: ["version-update:semver-major"] diff --git a/src/doppler-effect/view/DopplerEffectScreenSummaryContent.ts b/src/doppler-effect/view/DopplerEffectScreenSummaryContent.ts index dff0442..2bb2f0d 100644 --- a/src/doppler-effect/view/DopplerEffectScreenSummaryContent.ts +++ b/src/doppler-effect/view/DopplerEffectScreenSummaryContent.ts @@ -7,7 +7,7 @@ * and observed frequencies and the play/pause state). * * Follows the OpenPhysics accessibility convention; see the canonical - * TemplateSingleSim/DopplerEffectScreenSummaryContent.ts. + * SceneryStackTemplate/DopplerEffectScreenSummaryContent.ts. */ import { DerivedProperty } from "scenerystack/axon";