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 81b4458 commit d089184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/areaModelAlgebraStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import areaModelAlgebra from './areaModelAlgebra.js';
type StringsType = {
'area-model-algebra': {
'title': string;
'titleProperty': TReadOnlyProperty<string>;
'titleStringProperty': TReadOnlyProperty<string>;
}
};

Expand Down

0 comments on commit d089184

Please sign in to comment.