Skip to content

Commit c8149e6

Browse files
Merge pull request #49573 from jbampton/fix-spelling
guides/source/configuring.md: fix grammar and spelling [ci-skip]
2 parents d3ee020 + ecac7d6 commit c8149e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/configuring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,13 +1049,13 @@ Controls whether migrations are numbered with serial integers or with timestamps
10491049
10501050
Controls the action to be taken when a SQL query produces a warning. The following options are available:
10511051
1052-
* `:ignore` - Database warnings wil be ignored. This is the default.
1052+
* `:ignore` - Database warnings will be ignored. This is the default.
10531053
10541054
* `:log` - Database warnings will be logged via `ActiveRecord.logger` at the `:warn` level.
10551055
10561056
* `:raise` - Database warnings will be raised as `ActiveRecord::SQLWarning`.
10571057
1058-
* `:report` - Database warnings be will reported to subscribers of Rails' error reporter.
1058+
* `:report` - Database warnings will be reported to subscribers of Rails' error reporter.
10591059

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

0 commit comments

Comments
 (0)