Skip to content

Commit bbffe63

Browse files
Fix typo in docs
[ci skip]
1 parent ebc3b66 commit bbffe63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

guides/source/action_controller_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ end
13031303

13041304
The health check will now be accessible via the `/healthz` path.
13051305

1306-
NOTE: This endpoint does not reflect the status of all of your application's dependencies, such as the database or redis cluster. Replace "rails/heath#show" with your own controller action if you have application specific needs.
1306+
NOTE: This endpoint does not reflect the status of all of your application's dependencies, such as the database or redis cluster. Replace "rails/health#show" with your own controller action if you have application specific needs.
13071307

1308-
Think carefully about what you what to check as it can lead to situations where your application is being restarted due to a third-party service going bad. Ideally, you should design your application to handle those outages gracefully.
1308+
Think carefully about what you want to check as it can lead to situations where your application is being restarted due to a third-party service going bad. Ideally, you should design your application to handle those outages gracefully.
13091309

railties/lib/rails/health_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
#
2525
# NOTE: This endpoint does not reflect the status of all of your application's
2626
# dependencies, such as the database or redis cluster. Replace
27-
# <tt>"rails/heath#show"</tt> with your own controller action if you have
27+
# <tt>"rails/health#show"</tt> with your own controller action if you have
2828
# application specific needs.
2929
#
30-
# Think carefully about what you what to check as it can lead to situations
30+
# Think carefully about what you want to check as it can lead to situations
3131
# where your application is being restarted due to a third-party service going
3232
# bad. Ideally, you should design your application to handle those outages
3333
# gracefully.

0 commit comments

Comments
 (0)