diff --git a/docs/List.md b/docs/List.md index 95db955713f..5c483ced11c 100644 --- a/docs/List.md +++ b/docs/List.md @@ -231,7 +231,7 @@ const exporter = (records, fetchRelatedRecords) => { })); jsonExport(data, { headers: ['id', 'post_id', 'post_title', 'body'], - }, (err, csv) => {; + }, (err, csv) => { downloadCSV(csv, 'comments'); }); });