Skip to content

Commit c802bfd

Browse files
committed
Remove unnecessary word 'the'
1 parent d05beb0 commit c802bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/posts/finishing-touches-for-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Sometimes, however, the list needs to be customised a little further. For exampl
100100
101101
To support this the form builder comes with the more powerful `#govuk_check_boxes_fieldset` and `#govuk_radio_buttons_fieldset` methods which let the developer build the form field by field.
102102
103-
This power comes at a cost. For example you could write something like this. Here the `delete` will only be shown to admins:
103+
This power comes at a cost. For example you could write something like this. Here, `delete` will only be shown to admins:
104104
105105
```ruby
106106
f.govuk_radio_buttons_fieldset(:close_ticket)) do

0 commit comments

Comments
 (0)