From 550b1e66a97f34ae05f0ff425bd1dd768ed90ec2 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 23 Jul 2013 14:33:16 +0100 Subject: Fix typo. --- lib/views/help/api.rhtml | 4 ++-- 1 file 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.

1. Linking to new requests

-

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") %>. +

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.