Skip to content

Commit 5d9fe9e

Browse files
committed
Refinement of home page text
1 parent c070255 commit 5d9fe9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/views/home/index.html.erb

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</p>
99
<ul class="govuk-list govuk-list--bullet">
1010
<li>
11-
Each entry is provided with it's own form. This give a place where text can be added
12-
to described to the user what information is required for each entry.
11+
The entry at each step is provided with it's own form. This give a place where text can
12+
be added to described to the user what information is required at each step.
1313
</li>
1414
<li>
15-
Validation can be applied for each entry. This give immediate (on submission) feedback
16-
on any problems with the input. That feedback will be specific to the current entry
15+
Validation can be applied at each step. This give immediate (on submission) feedback
16+
on any problems with the input. That feedback will be specific to the current step
1717
so will be easier to understand.
1818
</li>
1919
<li>
@@ -25,7 +25,7 @@
2525
When the central host app is updated, the update applies to all users.
2626
</li>
2727
<li>
28-
Submission are stored in a central database so can be shared as needed, or passed
28+
Submissions are stored in a central database so can be shared as needed, or passed
2929
to additional services (the data marketplace for example) as required.
3030
</li>
3131
</ul>

0 commit comments

Comments
 (0)