Skip to content

Commit 8f9c9eb

Browse files
Reword sentence on title with error prefix
Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com>
1 parent 7f8a277 commit 8f9c9eb

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
@@ -75,7 +75,7 @@ We can use `content_for` to our advantage here too to place the title where we n
7575
</head>
7676
```
7777

78-
Now we can the components library's [title with error prefix](https://govuk-components.netlify.app/helpers/title-with-error-prefix/) helper to add the 'Error:' prefix whenever `@object.errors.any?` is `true`.
78+
We can use the [GOV.UK Components](https://govuk-components.netlify.app/) [title with error prefix helper](https://govuk-components.netlify.app/helpers/title-with-error-prefix/) to add the 'Error:' prefix whenever `@object.errors.any?` is `true`.
7979

8080
```ruby
8181
<%

0 commit comments

Comments
 (0)