Skip to content

Commit 0c28003

Browse files
committed
typos
1 parent fbc5e5d commit 0c28003

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

eg-03-csharp-auth-code-grant-core/Controllers/Eg014CollectPaymentController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private EnvelopeDefinition MakeEnvelope(string signerEmail, string signerName, s
5555
// NOTA BENA: This method programmatically constructs the //
5656
// order form. For many use cases, it would be //
5757
// better to create the order form as a template //
58-
// using the DocuSign web tool as WYSIWYG //
58+
// using the DocuSign web tool as a WYSIWYG //
5959
// form designer. //
6060
// //
6161
///////////////////////////////////////////////////////////////////

eg-03-csharp-auth-code-grant-core/Views/Eg009UseTemplate/eg009.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a target='_blank' href="https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create">Envelopes::create</a>.
2121
</p>
2222
<p>
23-
View source file <a target="_blank" href="@ViewBag.source">eg009.js</a> on GitHub.
23+
View source file <a target="_blank" href="@ViewBag.source">Eg009UseTemplateController.cs</a> on GitHub.
2424
</p>
2525

2626
@if (ViewBag.templateOk) {

eg-03-csharp-auth-code-grant-core/Views/Eg010SendBinaryDocs/eg010.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121

2222
<p>
23-
View source file <a target="_blank" href="@ViewBag.source">eg010.js</a> on GitHub.
23+
View source file <a target="_blank" href="@ViewBag.source">Eg010SendBinaryDocsController.cs</a> on GitHub.
2424
</p>
2525

2626
<form class="eg" action="" method="post" data-busy="form">

eg-03-csharp-auth-code-grant-core/Views/Eg011EmbeddedSending/eg011.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</p>
3030

3131
<p>
32-
View source file <a target="_blank" href="@ViewBag.source">eg011.js</a> on GitHub.
32+
View source file <a target="_blank" href="@ViewBag.source">Eg011EmbeddedSendingController.cs</a> on GitHub.
3333
</p>
3434

3535
<form class="eg" action="" method="post" data-busy="form">

eg-03-csharp-auth-code-grant-core/Views/Eg012EmbeddedConsole/eg012.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</p>
2222

2323
<p>
24-
View source file <a target="_blank" href="@ViewBag.source">eg012.js</a> on GitHub.
24+
View source file <a target="_blank" href="@ViewBag.source">Eg012EmbeddedConsoleController.cs</a> on GitHub.
2525
</p>
2626

2727
@if (!ViewBag.envelopeOk) {

eg-03-csharp-auth-code-grant-core/Views/Eg013AddDocToTemplate/eg013.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a target='_blank' href="https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeViews/createRecipient">EnvelopeViews::createRecipient</a>.
3131
</p>
3232
<p>
33-
View source file <a target="_blank" href="@ViewBag.source">eg013.js</a> on GitHub.
33+
View source file <a target="_blank" href="@ViewBag.source">Eg013AddDocToTemplateController.cs</a> on GitHub.
3434
</p>
3535

3636
@if (ViewBag.templateOk) {

eg-03-csharp-auth-code-grant-core/Views/Eg014CollectPayment/eg014.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</p>
2424

2525
<p>
26-
View source file <a target="_blank" href="@ViewBag.sourceUrl">Eg014CollectPaymentController.cs</a> on GitHub.
26+
View source file <a target="_blank" href="@ViewBag.source">Eg014CollectPaymentController.cs</a> on GitHub.
2727
</p>
2828

2929
@if (@ViewBag.gatewayOk) {

0 commit comments

Comments
 (0)