Skip to content

Commit b2f3b13

Browse files
committed
DEVDOCS-16741 - fixing capitalization of Docusign
1 parent aa380e4 commit b2f3b13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

launcher-csharp/Views/Shared/dsReturn.cshtml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
<h2>Returned data from DocuSign!</h2>
1+
<h2>Returned data from Docusign!</h2>
22
<p>Data:</p>
33

44
@if (ViewBag._event != null)
55
{
66
<p>
7-
<b>event: @ViewBag._event.</b> This event parameter is supplied by DocuSign.
7+
<b>event: @ViewBag._event.</b> This event parameter is supplied by Docusign.
88
Since it could have been spoofed, don't make business decisions based on
9-
its value. Instead, query DocuSign as appropriate.
9+
its value. Instead, query Docusign as appropriate.
1010
</p>
1111
}
1212

1313
@if(ViewBag.envelopeId!=null) {
1414
<p>
15-
<b>envelopeId: @ViewBag.envelopeId.</b> The envelopeId parameter is supplied by DocuSign.
15+
<b>envelopeId: @ViewBag.envelopeId.</b> The envelopeId parameter is supplied by Docusign.
1616
Since it could have been spoofed, don't make business decisions based on
17-
its value. Instead, query DocuSign as appropriate.
17+
its value. Instead, query Docusign as appropriate.
1818
</p>
1919
}
2020

2121
@if (ViewBag.state != null) {
2222
<p>
23-
<b>state: @ViewBag.state.</b> This example state was sent to DocuSign and has now been received back.
23+
<b>state: @ViewBag.state.</b> This example state was sent to Docusign and has now been received back.
2424
It is usually better to store state in your web framework's session.
2525
</p>
2626
}

0 commit comments

Comments
 (0)