Skip to content

Commit fc3ef30

Browse files
Update README.md
Co-authored-by: Stephen Margheim <[email protected]>
1 parent 4eb6876 commit fc3ef30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ You can configure Solid Errors via the Rails configuration object, under the `so
160160
* `sends_email` - Whether or not to send emails when an error occurs. See [Email notifications](#email-notifications) for more information.
161161
* `email_from` - The email address to send a notification from. See [Email notifications](#email-notifications) for more information.
162162
* `email_to` - The email address(es) to send a notification to. See [Email notifications](#email-notifications) for more information.
163-
* `email_subject_prefix` - The subject prefix to use for email notifications. See [Email notifications](#email-notifications) for more information.
163+
* `email_subject_prefix` - Prefix added to the subject line for email notifications. See [Email notifications](#email-notifications) for more information.
164164
#### Database Configuration
165165

166166
`config.solid_errors.connects_to` takes a custom database configuration hash that will be used in the abstract `SolidErrors::Record` Active Record model. This is required to use a different database than the main app. For example:

0 commit comments

Comments
 (0)