Skip to content

Commit 746b47b

Browse files
authored
Update home.html
1 parent 7a96b2c commit 746b47b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/templates/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h4 id="example016">16. <a href="eg016">Set envelope tab values</a></h4>
157157
<h4 id="example017">17. <a href="eg017">Set tab values in a template</a></h4>
158158
<p>Creates an envelope using a template and sets the initial values for its tabs (fields). This example also stores metadata with the envelope.</p>
159159
<p>
160-
API method used:
160+
API methods used:
161161
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a> and
162162
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>.
163163
</p>
@@ -215,7 +215,7 @@ <h4 id="example023">23. <a href="eg023">Require ID verification (IDV) for a reci
215215
<h2>Permissions</h2>
216216
<h4 id="example024">24. <a href="eg024">Create a permission profile</a></h4>
217217
<p>
218-
Creates a new permission profile
218+
Creates a new permission profile.
219219
</p>
220220
<p>
221221
API method used:
@@ -289,7 +289,7 @@ <h4 id="example031">31. <a href="eg031">Bulk send envelopes</a></h4>
289289
Demonstrates how to send envelopes in bulk to multiple recipients. First, this example creates a bulk-send recipients list, then creates an envelope. After that, it initiates bulk envelope sending.
290290
</p>
291291
<p>
292-
API method used:
292+
API methods used:
293293
<a href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/enveloperecipients/create/"
294294
target="_blank">Envelopes::createRecipient</a>,
295295
<a href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/"

0 commit comments

Comments
 (0)