Skip to content

Commit ab5aaa5

Browse files
committed
Changed: minor comment
1 parent 59ef978 commit ab5aaa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/src/scripts/export-messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function writeMessagesToFile(
126126
}
127127

128128
// Convert messages object to YAML
129-
// Since we removed outer quotes, yaml.dump should represent them without extra quotes
129+
// Since outer quotes were removed, yaml.dump should represent them without extra quotes
130130
const yamlContent = yaml.dump(messages, { lineWidth: -1 })
131131

132132
fs.writeFileSync(outputFilePath, yamlContent, "utf8")

0 commit comments

Comments
 (0)