Skip to content

Commit f824ec6

Browse files
Minor text changes on Click 4 and 5
1 parent 1f7a3ea commit f824ec6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/click/controllers/eg004ListClickwraps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ eg004ListClickwraps.createController = async (req, res) => {
5757
res.render("pages/example_done", {
5858
title: "Get a list of clickwraps",
5959
h1: "Get a list of clickwraps",
60-
message: "Results from the Click::getClickwraps method:",
60+
message: "Results from the ClickWraps::getClickwraps method:",
6161
json: JSON.stringify(results)
6262
});
6363
}

lib/click/controllers/eg005ClickwrapResponses.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ eg005ClickwrapResponses.createController = async (req, res) => {
6161
res.render("pages/example_done", {
6262
title: "Get clickwrap responses",
6363
h1: "Get clickwrap responses",
64-
message: "Results from the Click::getClickwraps method:",
64+
message: "Results from the ClickWraps::getClickwrapAgreements method:",
6565
json: JSON.stringify(results)
6666
});
6767
}

views/pages/click-examples/eg005ClickwrapResponses.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
<ul>
2727
<li>Log in to your developer account and select the <strong>Manage</strong> page.
28-
<li>Select the Clickwraps tab.
28+
<li>Select the <strong>Clickwraps</strong> tab.
2929
<li>
3030
In the list of active clickwraps, locate the one you want to test, then click
3131
the dropdown arrow to the right of <strong>COPY CODE</strong> and select <strong>Test Clickwrap</strong>.
@@ -36,7 +36,7 @@
3636
</ul>
3737
3838
<p>
39-
Then enter the same string you used to test your clickwrap in the field below
39+
Then enter the same string you used to test your clickwrap in the field below.
4040
</p>
4141
4242
<form class="eg" action="" method="post" data-busy="form">

0 commit comments

Comments
 (0)