Skip to content

Commit e534c1b

Browse files
floelhoeffelKhaledgarbaya
authored andcommitted
fix(log): Fix a small grammar error
1 parent 0eed5f2 commit e534c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/run-contentful-export.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function runContentfulExport (usageParams) {
2424
.then((response) => {
2525
if (exportToFile) {
2626
const responseFile = `${opts.exportDir}/contentful-export-${clients.source.spaceId}-${Date.now()}.json`
27-
log.info('Writing the data to a json to file at : ' + responseFile)
27+
log.info('Writing space data to json file at : ' + responseFile)
2828
return fs.writeFile(responseFile, jsonStringifySafe(response))
2929
}
3030
return response

0 commit comments

Comments
 (0)