aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-07-23 14:33:16 +0100
committerLouise Crow <louise.crow@gmail.com>2013-07-23 14:33:16 +0100
commit550b1e66a97f34ae05f0ff425bd1dd768ed90ec2 (patch)
tree2a5c68a46027c5a7df17448f8f7507011a579e2b
parent852f088c104ae74210057578f2621afaa308d098 (diff)
Fix typo.
-rw-r--r--lib/views/help/api.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/views/help/api.rhtml b/lib/views/help/api.rhtml
index 323bdb7..5f27c2e 100644
--- a/lib/views/help/api.rhtml
+++ b/lib/views/help/api.rhtml
@@ -19,8 +19,8 @@ lots of things that are similar in use to an API as they are requested.
<h2> 1. Linking to new requests </h2>
-<p>To encourage your users to make links to a particular public authority, use URLs of the form
-<%= link_to new_request_to_body_url(:url_name => "liverpool_city_council") , new_request_to_body_url(:url_name => "liverpool_city_council") %>.
+<p>To encourage your users to make requests to a particular public authority, use URLs of the form:
+<%= link_to new_request_to_body_url(:url_name => "liverpool_city_council") , new_request_to_body_url(:url_name => "liverpool_city_council") %>.
These are the parameters you can add to those URLs, either in the URL or from a form.
<ul>