diff --git a/app/views/admin/health_check/show.html.haml b/app/views/admin/health_check/show.html.haml
index ad79fd26d0b1a20b053adecae89d251fa9da0444..c2313986a7fefadc8d0de3dd6110633eea8a6fa2 100644
--- a/app/views/admin/health_check/show.html.haml
+++ b/app/views/admin/health_check/show.html.haml
@@ -13,7 +13,7 @@
     = icon('refresh')
     Reset health check access token
 %p.light
-  Health information can be reteived as plain text, json, or xml using:
+  Health information can be retrieved as plain text, JSON, or XML using:
   %ul
     %li
       %code= health_check_url(token: current_application_settings.health_check_access_token)
diff --git a/spec/features/admin/admin_health_check_spec.rb b/spec/features/admin/admin_health_check_spec.rb
index 4fde04b609b4ffbc702caf120c48ba0fb2be5b51..dec2dedf2b519ab913576c359dbe0fb21d5b3dd8 100644
--- a/spec/features/admin/admin_health_check_spec.rb
+++ b/spec/features/admin/admin_health_check_spec.rb
@@ -13,7 +13,7 @@ feature "Admin Health Check", feature: true do
     end
 
     it { page.has_text? 'Health Check' }
-    it { page.has_text? 'Health information can be reteived' }
+    it { page.has_text? 'Health information can be retrieved' }
 
     it 'has a health check access token' do
       token = current_application_settings.health_check_access_token