Skip to content

Commit 598767e

Browse files
mercygMeheret Egzerab
andauthored
chore: fix typo in comment
Co-authored-by: Meheret Egzerab <[email protected]>
1 parent 34ec1d8 commit 598767e

File tree

1 file changed

+1
-1
lines changed
  • test/configCases/code-generation/import-export-format

1 file changed

+1
-1
lines changed

test/configCases/code-generation/import-export-format/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { expectSourceToContain, expectSourceToMatch } = require("../../../helpers
1010
const regexEscape = require("../../../helpers/regexEscape.js");
1111

1212
// It's important to use propertyName when generating object members to ensure that the exported property name
13-
// uses the same accessor syntax (quotes vs. dot notatation) as the imported property name on the other end
13+
// uses the same accessor syntax (quotes vs. dot notation) as the imported property name on the other end
1414
// (which needs to use propertyAccess). Else, minifiers such as Closure Compiler will not be able to minify correctly.
1515
it("should use the same accessor syntax for import and export", function() {
1616

0 commit comments

Comments
 (0)