Skip to content

Commit 31780e5

Browse files
authored
remove hyphen, add 's'
1 parent 028bac7 commit 31780e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/templates/eg031_bulk_send.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h4>31. Bulk send envelopes</h4>
44

55
<p>
66
Demonstrates how to send envelopes in bulk to multiple recipients. First, this example
7-
creates a bulk-send recipients list, then creates an envelope. After that, it initiates bulk
7+
creates a bulk send recipients list, then creates an envelope. After that, it initiates bulk
88
envelope sending.
99
</p>
1010

@@ -13,7 +13,7 @@ <h4>31. Bulk send envelopes</h4>
1313
{% endif %}
1414

1515
<p>
16-
API method used:
16+
API methods used:
1717
<a target="_blank" rel="noopener noreferrer" href="https://developers.docusign.com/docs/esign-rest-api/reference/bulkenvelopes/bulksend/createbulksendlist/">BulkSend::createBulkSendList</a>,
1818
<a target="_blank" rel="noopener noreferrer" href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>,
1919
<a target="_blank" rel="noopener noreferrer" href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopecustomfields/create/">EnvelopeCustomFields::create</a>,
@@ -88,4 +88,4 @@ <h5>Bulk copy #2</h5>
8888
<button type="submit" class="btn btn-docu">Submit</button>
8989
</div>
9090
</form>
91-
{% endblock %}
91+
{% endblock %}

0 commit comments

Comments
 (0)