Apply suggestions from code review

Co-authored-by: Jean byroot Boussier <jean.boussier+github@shopify.com>
This commit is contained in:
Stan Lo 2022-09-12 17:02:37 +08:00 committed by GitHub
parent 8cb6352a70
commit 7c84ea58fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -187,7 +187,7 @@
-
name: Error Reporting in Rails Applications
url: error_reporting.html
description: This guide introduces ways to manage exceptions occur in Ruby on Rails applications.
description: This guide introduces ways to manage exceptions that occur in Ruby on Rails applications.
-
name: Debugging Rails Applications
url: debugging_rails_applications.html

@ -3,7 +3,7 @@
Error Reporting in Rails Applications
========================
This guide introduces ways to manage exceptions occur in Ruby on Rails applications.
This guide introduces ways to manage exceptions that occur in Ruby on Rails applications.
After reading this guide, you will know: