Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 30, 2024
1 parent 8cdefb7 commit fcd6875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/getStringMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = function getStringMap( mainRepo, locales, phetLibs, usedModules
// Load the file contents of every single JS module that used any strings
const usedFileContents = usedModules.map( usedModule => fs.readFileSync( `../${usedModule}`, 'utf-8' ) );

// Compute which repositories contain one more more used strings (since we'll need to load string files for those
// Compute which repositories contain one or more used strings (since we'll need to load string files for those
// repositories).
let reposWithUsedStrings = [];
usedFileContents.forEach( fileContent => {
Expand Down

0 comments on commit fcd6875

Please sign in to comment.