Skip to content

Commit

Permalink
guides/source/configuring.md: fix grammar and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Oct 10, 2023
1 parent c7e3cf2 commit ecac7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/configuring.md
Expand Up @@ -1049,13 +1049,13 @@ Controls whether migrations are numbered with serial integers or with timestamps

Controls the action to be taken when a SQL query produces a warning. The following options are available:

* `:ignore` - Database warnings wil be ignored. This is the default.
* `:ignore` - Database warnings will be ignored. This is the default.

* `:log` - Database warnings will be logged via `ActiveRecord.logger` at the `:warn` level.

* `:raise` - Database warnings will be raised as `ActiveRecord::SQLWarning`.

* `:report` - Database warnings be will reported to subscribers of Rails' error reporter.
* `:report` - Database warnings will be reported to subscribers of Rails' error reporter.

* Custom proc - A custom proc can be provided. It should accept a `SQLWarning` error object.

Expand Down

0 comments on commit ecac7d6

Please sign in to comment.