🐛 Fix typos in Salesforce param descriptions (#2502)

This commit is contained in:
Iván Ovejero 2021-12-01 00:19:54 +01:00 committed by GitHub
parent b07d5b8ea6
commit 0153beb8b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -538,11 +538,11 @@ export const opportunityFields = [
options: [
{
name: 'Business',
valie: 'Business',
value: 'Business',
},
{
name: 'New Business',
valie: 'New Business',
value: 'New Business',
},
],
description: 'Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type.',