Skip to content

Commit 4915265

Browse files
committed
use backticks instead of quotes
1 parent 7cf3831 commit 4915265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/salesforce/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ vars:
6868
title: Password
6969
secret: true
7070
description: |
71-
The password for your Salesforce account, used in the OAuth 2.0 Username-Password authentication flow. If a security token is required, append it to the password. For example, if your password is "password" and your security token is "12345", enter "password12345".
71+
The password for your Salesforce account, used in the OAuth 2.0 Username-Password authentication flow. If a security token is required, append it to the password. For example, if your password is `password` and your security token is `12345`, enter `password12345`.
7272
required: false
7373
show_user: true
7474
default: password

0 commit comments

Comments
 (0)