Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryKlugerDS committed Nov 25, 2018
1 parent fbc5e5d commit 0c28003
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private EnvelopeDefinition MakeEnvelope(string signerEmail, string signerName, s
// NOTA BENA: This method programmatically constructs the //
// order form. For many use cases, it would be //
// better to create the order form as a template //
// using the DocuSign web tool as WYSIWYG //
// using the DocuSign web tool as a WYSIWYG //
// form designer. //
// //
///////////////////////////////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a target='_blank' href="https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create">Envelopes::create</a>.
</p>
<p>
View source file <a target="_blank" href="@ViewBag.source">eg009.js</a> on GitHub.
View source file <a target="_blank" href="@ViewBag.source">Eg009UseTemplateController.cs</a> on GitHub.
</p>

@if (ViewBag.templateOk) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</p>

<p>
View source file <a target="_blank" href="@ViewBag.source">eg010.js</a> on GitHub.
View source file <a target="_blank" href="@ViewBag.source">Eg010SendBinaryDocsController.cs</a> on GitHub.
</p>

<form class="eg" action="" method="post" data-busy="form">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</p>

<p>
View source file <a target="_blank" href="@ViewBag.source">eg011.js</a> on GitHub.
View source file <a target="_blank" href="@ViewBag.source">Eg011EmbeddedSendingController.cs</a> on GitHub.
</p>

<form class="eg" action="" method="post" data-busy="form">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</p>

<p>
View source file <a target="_blank" href="@ViewBag.source">eg012.js</a> on GitHub.
View source file <a target="_blank" href="@ViewBag.source">Eg012EmbeddedConsoleController.cs</a> on GitHub.
</p>

@if (!ViewBag.envelopeOk) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a target='_blank' href="https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeViews/createRecipient">EnvelopeViews::createRecipient</a>.
</p>
<p>
View source file <a target="_blank" href="@ViewBag.source">eg013.js</a> on GitHub.
View source file <a target="_blank" href="@ViewBag.source">Eg013AddDocToTemplateController.cs</a> on GitHub.
</p>

@if (ViewBag.templateOk) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</p>

<p>
View source file <a target="_blank" href="@ViewBag.sourceUrl">Eg014CollectPaymentController.cs</a> on GitHub.
View source file <a target="_blank" href="@ViewBag.source">Eg014CollectPaymentController.cs</a> on GitHub.
</p>

@if (@ViewBag.gatewayOk) {
Expand Down

0 comments on commit 0c28003

Please sign in to comment.