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/lady-bug/view/LadyBugScreenSummaryContent.ts b/src/lady-bug/view/LadyBugScreenSummaryContent.ts index d6f7d99..59664c3 100644 --- a/src/lady-bug/view/LadyBugScreenSummaryContent.ts +++ b/src/lady-bug/view/LadyBugScreenSummaryContent.ts @@ -7,7 +7,7 @@ * speed, and the play/pause state). * * Follows the OpenPhysics accessibility convention; see the canonical - * TemplateSingleSim/SimScreenSummaryContent.ts. + * SceneryStackTemplate/SimScreenSummaryContent.ts. */ import { DerivedProperty } from "scenerystack/axon";