Skip to content

Commit d96f8e8

Browse files
authored
change to italics, remove line break, small fixes
1 parent 7c4b4b0 commit d96f8e8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

views/pages/index_esignature_examples.ejs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</p>
2020

2121
<h4 id="example002">2. <a href="eg002">Request a signature by email (remote signing)</a></h4>
22-
<p>The envelope includes a pdf, Word, and HTML document. <a target='_blank'
22+
<p>The envelope includes a PDF, Word, and HTML document. <a target='_blank'
2323
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.
2424
</p>
2525
<p>API method used:
@@ -66,7 +66,7 @@
6666
</p>
6767

6868
<h4 id="example008">8. <a href="eg008">Create a template</a></h4>
69-
<p>Creates a template with two roles, <b>signer</b> and <b>cc</b> recipient.</p>
69+
<p>Creates a template with two roles, <i>signer</i> and <i>cc</i> recipient.</p>
7070
<p>API methods used:
7171
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/templates/templates/list/">Templates::list</a>,
7272
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/templates/templates/create/">Templates::create</a>.
@@ -101,8 +101,7 @@
101101
</p>
102102

103103
<h4 id="example013">13. <a href="eg013">Request a signature using a composite template</a></h4>
104-
<p>Sends an envelope based on a template.</p>
105-
<p>In addition to the template's document(s), the example adds an
104+
<p>Sends an envelope based on a template. In addition to the template's document(s), the example adds an
106105
additional document to the envelope by using the <a target='_blank'
107106
href='https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/templates/composite/'>Composite
108107
templates</a> feature.</p>
@@ -169,7 +168,7 @@
169168
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
170169
</p>
171170

172-
<h4 id="example023">23. <a href="eg023">Require ID Verification (IDV) for a recipient</a></h4>
171+
<h4 id="example023">23. <a href="eg023">Require ID verification (IDV) for a recipient</a></h4>
173172
<p>Sends an envelope that requires the recipient to upload a government-issued ID for the purpose of multifactor authentication.</p>
174173
<p>API methods used:
175174
<a target='_blank'

0 commit comments

Comments
 (0)