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 c3d7825 commit e515c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/GreenhouseEffectKeyboardHelpContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import optionize from '../../../../phet-core/js/optionize.js';
import BasicActionsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/BasicActionsKeyboardHelpSection.js';
import KeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/KeyboardHelpSection.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 TwoColumnKeyboardHelpContent, { TwoColumnKeyboardHelpContentOptions } from '../../../../scenery-phet/js/keyboard/help/TwoColumnKeyboardHelpContent.js';
import greenhouseEffect from '../../greenhouseEffect.js';
import GreenhouseEffectStrings from '../../GreenhouseEffectStrings.js';
Expand Down Expand Up @@ -46,7 +46,7 @@ class GreenhouseEffectKeyboardHelpContent extends TwoColumnKeyboardHelpContent {
const basicActionsHelpSection = new BasicActionsKeyboardHelpSection( {
withCheckboxContent: true
} );
const timingControlsHelpSection = new TimeControlKeyboardHelpSection();
const timingControlsHelpSection = new TimingControlsKeyboardHelpSection();

// Vertically align the left sections.
KeyboardHelpSection.alignHelpSectionIcons( [ sliderHelpSection, timingControlsHelpSection ] );
Expand Down

0 comments on commit e515c52

Please sign in to comment.