diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-07-23 14:33:16 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-07-23 14:33:16 +0100 |
commit | 550b1e66a97f34ae05f0ff425bd1dd768ed90ec2 (patch) | |
tree | 2a5c68a46027c5a7df17448f8f7507011a579e2b | |
parent | 852f088c104ae74210057578f2621afaa308d098 (diff) |
Fix typo.
-rw-r--r-- | lib/views/help/api.rhtml | 4 |
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> |