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 6e4cb71 commit 212b94c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions js/fractionsCommonStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import getStringModule from '../../chipper/js/getStringModule.js';
import fractionsCommon from './fractionsCommon.js';

type StringsType = {
'representationMax': string,
'mixedNumber': string,
'levelTitlePattern': string,
'myMatches': string,
'ok': string,
'timeNumberSec': string,
'mixedNumbersChooseYourLevel': string,
'fractionsChooseYourLevel': string,
'equation': string
'representationMax': string;
'mixedNumber': string;
'levelTitlePattern': string;
'myMatches': string;
'ok': string;
'timeNumberSec': string;
'mixedNumbersChooseYourLevel': string;
'fractionsChooseYourLevel': string;
'equation': string;
};

const fractionsCommonStrings = getStringModule( 'FRACTIONS_COMMON' ) as StringsType;
Expand Down

0 comments on commit 212b94c

Please sign in to comment.