From 4fea5cda0bf7ff56dafae90306441b0d65f3ca05 Mon Sep 17 00:00:00 2001
From: Drew Blessing <drew@gitlab.com>
Date: Thu, 12 May 2016 17:11:37 -0500
Subject: [PATCH] Fix minor typos in admin health check page

---
 app/views/admin/health_check/show.html.haml    | 2 +-
 spec/features/admin/admin_health_check_spec.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/admin/health_check/show.html.haml b/app/views/admin/health_check/show.html.haml
index ad79fd26d0b..c2313986a7f 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 4fde04b609b..dec2dedf2b5 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
-- 
GitLab