Skip to content

Commit

Permalink
rename TimeControlKeyboardHelpSection to TimingControlsKeyboardHelpSe…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jun 18, 2024
1 parent 7f79689 commit 0c340d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/KeplersLawsKeyboardHelpContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import keplersLaws from '../../keplersLaws.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 TimeControlKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/TimeControlKeyboardHelpSection.js';
import TimingControlsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/TimingControlsKeyboardHelpSection.js';
import MoveDraggableItemsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/MoveDraggableItemsKeyboardHelpSection.js';
import ComboBoxKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/ComboBoxKeyboardHelpSection.js';
import KeplersLawsStrings from '../../KeplersLawsStrings.js';
Expand All @@ -19,7 +19,7 @@ export default class KeplersLawsKeyboardHelpContent extends TwoColumnKeyboardHel
public constructor( hasComboBoxHelp: boolean ) {
const draggableHelpSection = new MoveDraggableItemsKeyboardHelpSection();
const sliderHelpSection = new SliderControlsKeyboardHelpSection();
const timeControlsHelpSection = new TimeControlKeyboardHelpSection();
const timeControlsHelpSection = new TimingControlsKeyboardHelpSection();
const basicActionsHelpSection = new BasicActionsKeyboardHelpSection( {
withCheckboxContent: true
} );
Expand Down

0 comments on commit 0c340d6

Please sign in to comment.