Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 83c58bb commit c602207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/rules/bad-phet-library-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function( context ) {
// see getBadTextTester for schema.
const forbiddenTextObjects = [

// accessining the sim as a global, like `phet.joist.sim` is a classic example of a hard dependency that can be a
// accessing the sim as a global, like `phet.joist.sim` is a classic example of a hard dependency that can be a
// ticking time bomb for common code that isn't normally run outside phetsims (but could and may want to in the
// future). See https://github.com/phetsims/chipper/issues/1004
{ id: 'phet.joist', codeTokens: [ 'phet', '.', 'joist' ] }
Expand Down

0 comments on commit c602207

Please sign in to comment.