Skip to content

Commit 9c61b1f

Browse files
authored
Typo in error_reporting guide [ci-skip]
1 parent d845a24 commit 9c61b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/error_reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To report and **swallow** the error, use [`Rails.error.handle`](https://api.ruby
9393
Rails.error.handle do
9494
1 + '1' # raises TypeError
9595
end
96-
1 + 1 # This will be execute
96+
1 + 1 # This will be executed
9797
```
9898

9999
The error will be reported with `handled: true`

0 commit comments

Comments
 (0)