Skip to content

Commit ab5aaa5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)