Skip to content

Commit

Permalink
Use semicolons to terminate fields in type StringType, see phetsims/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 7, 2022
1 parent a37ebe4 commit 062e461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/areaModelIntroductionStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import areaModelIntroduction from './areaModelIntroduction.js';

type StringsType = {
'area-model-introduction': {
'title': string
'title': string;
}
};

Expand Down

0 comments on commit 062e461

Please sign in to comment.