Skip to content

Commit

Permalink
rename TimingControlsKeyboardHelpSection -> TimeControlKeyboardHelpSe…
Browse files Browse the repository at this point in the history
…ction, see #194
  • Loading branch information
jessegreenberg committed Jan 14, 2023
1 parent af11181 commit 31557aa
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 @@ -10,7 +10,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 TimingControlsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/TimingControlsKeyboardHelpSection.js';
import TimeControlKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/TimeControlKeyboardHelpSection.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 @@ -43,7 +43,7 @@ class GreenhouseEffectKeyboardHelpContent extends TwoColumnKeyboardHelpContent {
// Create the various sections that will be combined to make up the dialog contents.
const sliderHelpSection = new SliderControlsKeyboardHelpSection( sliderHelpSectionOptions );
const basicActionsHelpSection = new BasicActionsKeyboardHelpSection();
const timingControlsHelpSection = new TimingControlsKeyboardHelpSection();
const timingControlsHelpSection = new TimeControlKeyboardHelpSection();

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

0 comments on commit 31557aa

Please sign in to comment.