Skip to content

Commit

Permalink
TimingControlsKeyboardHelpSection -> TimeControlsKeyboardHelpSection,…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Nov 4, 2024
1 parent eb4fb75 commit eaade6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/MySolarSystemKeyboardHelpContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import mySolarSystem from '../../mySolarSystem.js';
import TwoColumnKeyboardHelpContent from '../../../../scenery-phet/js/keyboard/help/TwoColumnKeyboardHelpContent.js';
import BasicActionsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/BasicActionsKeyboardHelpSection.js';
import SliderControlsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/SliderControlsKeyboardHelpSection.js';
import TimingControlsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/TimingControlsKeyboardHelpSection.js';
import TimeControlsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/TimeControlsKeyboardHelpSection.js';
import MoveDraggableItemsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/MoveDraggableItemsKeyboardHelpSection.js';
import MySolarSystemStrings from '../../MySolarSystemStrings.js';
import ComboBoxKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/ComboBoxKeyboardHelpSection.js';
Expand All @@ -21,7 +21,7 @@ export default class MySolarSystemKeyboardHelpContent extends TwoColumnKeyboardH

const draggableHelpSection = new MoveDraggableItemsKeyboardHelpSection();
const sliderHelpSection = new SliderControlsKeyboardHelpSection();
const timeControlsHelpSection = new TimingControlsKeyboardHelpSection();
const timeControlsHelpSection = new TimeControlsKeyboardHelpSection();
const basicActionsHelpSection = new BasicActionsKeyboardHelpSection( {
withCheckboxContent: true,
withKeypadContent: true
Expand Down

0 comments on commit eaade6b

Please sign in to comment.