From 9af9f64a6bfddf287426659606e66e06ba100154 Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:14:56 +0000 Subject: [PATCH] typo --- docs/form/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/form/page.md b/docs/form/page.md index b1cafd640..7e0607a70 100644 --- a/docs/form/page.md +++ b/docs/form/page.md @@ -47,7 +47,7 @@ class Form::Sales::Pages::PropertyPostcode < ::Form::Page end ``` -In the above example the the subsection has the id `property_postcode`. This id is used for the url of the web page, but the underscore is replaced with a hash, so the url for this page would be `[environment-url]/logs/[log-id]/property-postcode` e.g. on staging this url might look like the following: `https://staging.submit-social-housing-data.communities.gov.uk/logs/1234/property-postcode`. +In the above example the the subsection has the id `property_postcode`. This id is used for the url of the web page, but the underscore is replaced with a dash, so the url for this page would be `[environment-url]/logs/[log-id]/property-postcode` e.g. on staging this url might look like the following: `https://staging.submit-social-housing-data.communities.gov.uk/logs/1234/property-postcode`. The header is optional but if provided is used for the heading displayed on the page.