Skip to content

Commit

Permalink
Changing Property to StringProperty, see phetsims/chipper#1310
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed Aug 29, 2022
1 parent 87c76ad commit 9665271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/geometricOpticsBasicsStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import geometricOpticsBasics from './geometricOpticsBasics.js';
type StringsType = {
'geometric-optics-basics': {
'title': string;
'titleProperty': TReadOnlyProperty<string>;
'titleStringProperty': TReadOnlyProperty<string>;
}
};

Expand Down

0 comments on commit 9665271

Please sign in to comment.