File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1049,13 +1049,13 @@ Controls whether migrations are numbered with serial integers or with timestamps
10491049
10501050Controls 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
You can’t perform that action at this time.
0 commit comments