Skip to content

Commit

Permalink
Merge pull request #2591 from SFDO-Tooling/feature/fix-grammar
Browse files Browse the repository at this point in the history
Fix minor grammar error in load.py
  • Loading branch information
David Glick authored Apr 29, 2021
2 parents 707d068 + 86632c5 commit 88d5024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci/tasks/bulkdata/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88d5024

Please sign in to comment.