Skip to content

Commit 3b6b20b

Browse files
committed
text changes
1 parent e92459b commit 3b6b20b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

views/pages/examples/eg020PhoneAuthentication.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<% include ../../partials/examplesHead %>
22

3-
<h4>20. Requiring Phone Authentication for a Recipient</h4>
3+
<h4>20. Require Phone Authentication for a Recipient</h4>
44
<p>
55
The envelope includes a pdf document. Anchor text
66
(<a href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">AutoPlace</a>)
77
is used to position the signing fields in the documents.
88
</p>
99
<p>
10-
This is a general example of creating and sending an envelope (a signing request) using an SMS message or phone call for Recipient Authentication.
10+
Sends an envelope that requires entering a six-digit code from a text message or phone call for the purpose of multifactor authentication.
1111
</p>
1212

1313

1414
<% include ../../partials/docBody %>
1515

1616
<p>
1717
API method used:
18-
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
18+
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes:create</a>
1919
</p>
2020

2121

views/pages/index_esignature_examples.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@
175175
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
176176
</p>
177177

178-
<h4 id="example020">20. <a href="eg020">Phone Recipient Authentication</a></h4>
179-
<p>This is an example of creating and sending an envelope (a signing request) using an SMS message or phone call for Recipient Authentication.</p>
178+
<h4 id="example020">20. <a href="eg020">Require Phone Authentication for a Recipient</a></h4>
179+
<p>Sends an envelope that requires entering a six-digit code from a text message or phone call for the purpose of multifactor authentication.</p>
180180
<p>API method used:
181-
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
181+
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes:create</a>
182182
</p>
183183

184184
<h4 id="example022">22. <a href="eg022">KBA Authentication</a></h4>

0 commit comments

Comments
 (0)