Skip to content

Commit 1e537f4

Browse files
authored
small fixes
1 parent 5345369 commit 1e537f4

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

views/pages/index_esignature_examples.ejs

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@
1313
<p>Sends an envelope, then uses embedded signing for the first signer. With embedded signing, DocuSign signing is initiated from your website.
1414
</p>
1515
<p>API methods used:
16-
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>
17-
and
16+
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>,
1817
<a target='_blank'
1918
href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>.
2019
</p>
2120

2221
<h4 id="example002">2. <a href="eg002">Request a signature by email (remote signing)</a></h4>
23-
<p>The envelope includes a pdf, Word, and HTML document. Anchor text
24-
(<a target='_blank'
25-
href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">AutoPlace</a>)
26-
is used to position the signing fields in the documents.
22+
<p>The envelope includes a pdf, Word, and HTML document. <a target='_blank'
23+
href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">Anchor text</a> is used to position the signing fields in the documents.
2724
</p>
2825
<p>API method used:
2926
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
@@ -45,15 +42,15 @@
4542
</p>
4643

4744
<h4 id="example005">5. <a href="eg005">List envelope recipients</a></h4>
48-
<p>Includes current recipient status
45+
<p>Includes current recipient status.
4946
</p>
5047
<p>API method used:
5148
<a target='_blank'
5249
href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/enveloperecipients/list/">EnvelopeRecipients::list</a>.
5350
</p>
5451

5552
<h4 id="example006">6. <a href="eg006">List envelope documents</a></h4>
56-
<p>Includes current recipient status
53+
<p>Includes current recipient status.
5754
</p>
5855
<p>API method used:
5956
<a target='_blank'
@@ -113,8 +110,7 @@
113110
Templates</a>
114111
feature.</p>
115112
<p>API methods used:
116-
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>
117-
and
113+
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>,
118114
<a target='_blank'
119115
href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>.
120116
</p>

0 commit comments

Comments
 (0)