From 86632c553038418b0df1693c73b77d535fa73032 Mon Sep 17 00:00:00 2001 From: prescod Date: Thu, 29 Apr 2021 02:19:26 -0700 Subject: [PATCH] Fix minor grammar error in load.py --- cumulusci/tasks/bulkdata/load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulusci/tasks/bulkdata/load.py b/cumulusci/tasks/bulkdata/load.py index 7a440169f9..38658fb890 100644 --- a/cumulusci/tasks/bulkdata/load.py +++ b/cumulusci/tasks/bulkdata/load.py @@ -69,7 +69,7 @@ class LoadData(SqlAlchemyMixin, BaseSalesforceApiTask): "description": "Set to True to skip any missing objects or fields instead of stopping with an error." }, "set_recently_viewed": { - "description": "By default, the first 1000 records inserted via the Bulk API will be set as recently viewed. If less than 1000 records are inserted, existing objects of the same type being inserted will also be set as recently viewed.", + "description": "By default, the first 1000 records inserted via the Bulk API will be set as recently viewed. If fewer than 1000 records are inserted, existing objects of the same type being inserted will also be set as recently viewed.", }, } row_warning_limit = 10